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