chore: lint

This commit is contained in:
cha0s 2021-01-26 14:42:29 -06:00
parent c4ef73e0c4
commit 55f113bf02

View File

@ -24,7 +24,7 @@ const Renderer = () => {
const store = useStore();
return (
<Stage width={320} height={180}>
<LatusContext.Provider value={latus} >
<LatusContext.Provider value={latus}>
<__RouterContext.Provider value={{location}}>
<Provider store={store}>
<Switch>