full e2e behavior, nice
This commit is contained in:
@@ -35,6 +35,10 @@ const App = () => (
|
||||
path="/:game"
|
||||
component={lazy(() => import("./routes/[game]/index"))}
|
||||
/>
|
||||
<Route
|
||||
path="/:game/:instance"
|
||||
component={lazy(() => import("./routes/[game]/[instance]"))}
|
||||
/>
|
||||
</Router>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user