mirror of
https://github.com/sartography/uva-covid19-testing-frontend.git
synced 2025-02-10 22:56:29 +00:00
.
This commit is contained in:
parent
89bb8f0e6b
commit
3b80d8dd89
@ -21,6 +21,10 @@ export const routes: Routes = [
|
||||
path: 'dashboard',
|
||||
component: SidebarComponent,
|
||||
children: [
|
||||
{
|
||||
path: '', // child route path
|
||||
component: GraphsComponent, // child route component that the router renders
|
||||
},
|
||||
{
|
||||
path: 'graphs', // child route path
|
||||
component: GraphsComponent, // child route component that the router renders
|
||||
|
Loading…
x
Reference in New Issue
Block a user