mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 05:20:01 -04:00
Set up ProxyFrame.tsx for later use
This commit is contained in:
parent
8a26062442
commit
83f1083d75
2 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,7 @@ import { Header } from "./components/Header.jsx";
|
|||
import { Home } from "./pages/Home";
|
||||
import { NotFound } from "./pages/_404.jsx";
|
||||
import { DiscordPage } from "./pages/discord.jsx";
|
||||
import { ProxyFrame } from "./ProxyFrame.js";
|
||||
|
||||
import "./style.css";
|
||||
import "./themes/main.css";
|
||||
|
@ -16,6 +17,7 @@ export function App() {
|
|||
<Router>
|
||||
<Route path="/" component={Home} />
|
||||
<Route path="/discord" component={DiscordPage} />
|
||||
<Route path="/proxyframe/:id" component={ProxyFrame} />
|
||||
<Route default component={NotFound} />
|
||||
</Router>
|
||||
</LocationProvider>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue