mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
wizard edits
This commit is contained in:
committed by
Aiden McClelland
parent
8cf945b738
commit
3721d419a3
@@ -21,6 +21,10 @@ const routes: Routes = [
|
||||
path: 'home',
|
||||
loadChildren: () => import('./pages/home/home.module').then( m => m.HomePageModule),
|
||||
},
|
||||
{
|
||||
path: 'success',
|
||||
loadChildren: () => import('./pages/success/success.module').then( m => m.SuccessPageModule),
|
||||
},
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user