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