generated from nhcarrigan/template
feat: add ability to log and display sanctions
This commit is contained in:
@@ -8,11 +8,13 @@ import { Routes } from "@angular/router";
|
||||
import { Announcements } from "./announcements/announcements.js";
|
||||
import { Home } from "./home/home.js";
|
||||
import { Products } from "./products/products.js";
|
||||
import { Sanctions } from "./sanctions/sanctions.js";
|
||||
import { Soon } from "./soon/soon.js";
|
||||
|
||||
export const routes: Routes = [
|
||||
{ component: Home, path: "", pathMatch: "full" },
|
||||
{ component: Products, path: "products" },
|
||||
{ component: Announcements, path: "announcements" },
|
||||
{ component: Sanctions, path: "sanctions" },
|
||||
{ component: Soon, path: "**" },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user