mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 05:20:01 -04:00
Simple Discord Page
This commit is contained in:
parent
d8c3eb8380
commit
0ff7c2c385
2 changed files with 23 additions and 0 deletions
|
@ -7,6 +7,7 @@ import { NotFound } from './pages/_404.jsx';
|
|||
import './style.css';
|
||||
import './themes/main.css';
|
||||
import './i18n';
|
||||
import { discordPag } from './pages/discord.js';
|
||||
|
||||
export function App() {
|
||||
return (
|
||||
|
@ -17,6 +18,7 @@ export function App() {
|
|||
<main class="h-full">
|
||||
<Router>
|
||||
<Route path="/" component={Home} />
|
||||
<Route path="/discord" component={discordPag} />
|
||||
<Route default component={NotFound} />
|
||||
</Router>
|
||||
</main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue