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