mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
RouterContext implemented
This commit is contained in:
parent
aa19a2d804
commit
5606bd6f1e
1 changed files with 5 additions and 0 deletions
5
src/app/routerContext.js
Normal file
5
src/app/routerContext.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import React from 'react';
|
||||
|
||||
const RouterContext = React.createContext();
|
||||
|
||||
export default RouterContext;
|
||||
Loading…
Reference in a new issue