feat(front-end): contact form and about separated
This commit is contained in:
8
frontend/src/app/features/contact/contact.routes.ts
Normal file
8
frontend/src/app/features/contact/contact.routes.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Routes } from '@angular/router';
|
||||
|
||||
export const CONTACT_ROUTES: Routes = [
|
||||
{
|
||||
path: '',
|
||||
loadComponent: () => import('./contact-page.component').then(m => m.ContactPageComponent)
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user