mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-10 00:50:26 +00:00
Discover added to router config
This commit is contained in:
parent
10c2854acb
commit
df3cd03898
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Calendar, Addons, Board } from 'stremio-routes';
|
||||
import { Calendar, Discover, Addons, Board } from 'stremio-routes';
|
||||
|
||||
const config = {
|
||||
views: [
|
||||
|
|
@ -11,6 +11,10 @@ const config = {
|
|||
{
|
||||
path: '/calendar',
|
||||
component: Calendar
|
||||
},
|
||||
{
|
||||
path: '/discover/:type?/:sort?/:genre?',
|
||||
component: Discover
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue