mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 21:12:13 +00:00
require spatial nav polyfill moved to App
This commit is contained in:
parent
002ae5fa4b
commit
98e4c0ab5e
2 changed files with 1 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
require('spatial-navigation-polyfill');
|
||||
const React = require('react');
|
||||
const { Router } = require('stremio-router');
|
||||
const { Core, KeyboardNavigation, ServicesProvider, Shell } = require('stremio/services');
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
require('spatial-navigation-polyfill');
|
||||
|
||||
const TABS = [
|
||||
{ href: '#/', key: 'F1' },
|
||||
{ href: '#/discover', key: 'F2' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue