Improve P2P & Privacy section
This commit is contained in:
parent
61b909b9bf
commit
78f912ed57
18 changed files with 259 additions and 82 deletions
|
|
@ -20,6 +20,10 @@ const routes: Routes = [
|
|||
path: 'video-channels',
|
||||
loadChildren: './+video-channels/video-channels.module#VideoChannelsModule'
|
||||
},
|
||||
{
|
||||
path: 'about',
|
||||
loadChildren: './+about/about.module#AboutModule'
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
loadChildren: './+page-not-found/page-not-found.module#PageNotFoundModule'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue