mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 01:59:08 +00:00
fix(Editor): add empty role picker help page and link
This commit is contained in:
parent
30b9ea3a59
commit
d8cdc1c62a
5 changed files with 152 additions and 25 deletions
|
@ -6,6 +6,7 @@ import ErrorPage from '../pages/error';
|
|||
import LandingPage from '../pages/landing';
|
||||
import PickerPage from '../pages/picker';
|
||||
|
||||
const WhyNoRoles = React.lazy(() => import('../pages/help/why-no-roles'));
|
||||
const ServersPage = React.lazy(() => import('../pages/servers'));
|
||||
const EditorPage = React.lazy(() => import('../pages/editor'));
|
||||
|
||||
|
@ -50,6 +51,8 @@ export const AppRouter = () => {
|
|||
<RouteWrapper component={DevToolsSetApi} path="/x/dev-tools/set-api" />
|
||||
<RouteWrapper component={DevToolsSessionDebug} path="/x/dev-tools/session-debug" />
|
||||
|
||||
<RouteWrapper component={WhyNoRoles} path="/help/why-no-roles" />
|
||||
|
||||
<RouteWrapper component={ErrorPage} default identity={404} />
|
||||
</Router>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue