Updated admin and mod flag system

This commit is contained in:
2021-03-24 08:21:40 +11:00
parent 4fa54668e6
commit 793e54e334
7 changed files with 187 additions and 75 deletions
+1
View File
@@ -30,6 +30,7 @@ const App = props => {
<LazyRoute path='/account' component={() => import('./pages/account')} />
<LazyRoute path='/admin' component={() => import('./pages/admin')} />
<LazyRoute path='/mod' component={() => import('./pages/mod')} />
<LazyRoute path='/privacypolicy' component={async () => () => <Markdown content={require('../markdown/privacy-policy.md').default} />} />
<LazyRoute path='/credits' component={async () => () => <Markdown content={require('../markdown/credits.md').default} />} />