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