Skip to content

Commit eade28e

Browse files
committed
merge layout
2 parents f757f83 + dcbe527 commit eade28e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/app.routes.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ export const routes: Routes = [
1111
component: MasterpageComponent, // Master page
1212
children: [
1313
{ path: '', component: HomeComponent, title: 'Home' },
14-
{ path: 'about', component: AboutUsComponent, title: 'About Us' },
15-
{ path: 'services', component: OurServicesComponent, title: 'Our Services' },
16-
{ path: 'contactus', component: ContactUsComponent, title: 'Contact Us' },
14+
{ path: 'about-us', component: AboutUsComponent, title: 'About Us' },
15+
{ path: 'out-services', component: OurServicesComponent, title: 'Our Services' },
16+
{ path: 'contact-us', component: ContactUsComponent, title: 'Contact Us' },
1717
// Add other routes here
1818
]
1919
},

0 commit comments

Comments
 (0)