|
@@ -24,12 +24,13 @@ function App(): React.ReactElement {
|
|
|
<Route component={NotFound} />
|
|
<Route component={NotFound} />
|
|
|
</Switch>
|
|
</Switch>
|
|
|
|
|
|
|
|
- <p>
|
|
|
|
|
- <Link to='/pokemon'>Show me the pokemon!</Link>
|
|
|
|
|
- </p>
|
|
|
|
|
- <p>
|
|
|
|
|
- <Link to='/relay'>Take me to relay</Link>
|
|
|
|
|
- </p>
|
|
|
|
|
|
|
+ <p>
|
|
|
|
|
+ <Link to='/pokemon'>Show me the pokemon!</Link>
|
|
|
|
|
+ </p>
|
|
|
|
|
+ <p>
|
|
|
|
|
+ <Link to='/relay'>Take me to relay</Link>
|
|
|
|
|
+ </p>
|
|
|
|
|
+ </Suspense>
|
|
|
</ApplicationLayout>
|
|
</ApplicationLayout>
|
|
|
</BrowserRouter>
|
|
</BrowserRouter>
|
|
|
);
|
|
);
|