mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
reorganize router views
This commit is contained in:
parent
98f690e3a5
commit
24a1600918
1 changed files with 9 additions and 5 deletions
|
|
@ -3,13 +3,15 @@ const { routesRegexp } = require('stremio/common');
|
|||
|
||||
const routerViewsConfig = [
|
||||
[
|
||||
{
|
||||
...routesRegexp.intro,
|
||||
component: routes.Intro
|
||||
},
|
||||
{
|
||||
...routesRegexp.board,
|
||||
component: routes.Board
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
...routesRegexp.intro,
|
||||
component: routes.Intro
|
||||
},
|
||||
{
|
||||
...routesRegexp.discover,
|
||||
|
|
@ -28,7 +30,9 @@ const routerViewsConfig = [
|
|||
{
|
||||
...routesRegexp.metadetails,
|
||||
component: routes.MetaDetails
|
||||
},
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
...routesRegexp.addons,
|
||||
component: routes.Addons
|
||||
|
|
|
|||
Loading…
Reference in a new issue