feat: tailwind and header
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { Route } from "@angular/router";
|
||||
import { HomeComponent } from "./components/home/home.component";
|
||||
|
||||
export const appRoutes: Route[] = [];
|
||||
export const appRoutes: Route[] = [{ path: "", component: HomeComponent }];
|
||||
|
||||
Reference in New Issue
Block a user