generated from nhcarrigan/template
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 1m27s
18 lines
324 B
TypeScript
18 lines
324 B
TypeScript
/**
|
|
* @copyright nhcarrigan
|
|
* @license Naomi's Public License
|
|
* @author Naomi Carrigan
|
|
*/
|
|
|
|
import { Component } from "@angular/core";
|
|
|
|
@Component({
|
|
imports: [],
|
|
selector: "app-success",
|
|
styleUrl: "./success.component.css",
|
|
templateUrl: "./success.component.html",
|
|
})
|
|
export class SuccessComponent {
|
|
|
|
}
|