/** * @copyright NHCarrigan * @license Naomi's Public License * @author Naomi Carrigan */ import { Component } from "@angular/core"; /** * Renders the staff page. */ @Component({ imports: [], selector: "app-staff", styleUrl: "./staff.css", templateUrl: "./staff.html", }) export class Staff { }