mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 05:20:01 -04:00
feat: framer motion settings
This commit is contained in:
parent
83f1083d75
commit
90a858d1e3
16 changed files with 461 additions and 3 deletions
|
@ -6,6 +6,7 @@ import { Home } from "./pages/Home";
|
|||
import { NotFound } from "./pages/_404.jsx";
|
||||
import { DiscordPage } from "./pages/discord.jsx";
|
||||
import { ProxyFrame } from "./ProxyFrame.js";
|
||||
import { Settings } from "./pages/Settings/index.js";
|
||||
|
||||
import "./style.css";
|
||||
import "./themes/main.css";
|
||||
|
@ -18,6 +19,7 @@ export function App() {
|
|||
<Route path="/" component={Home} />
|
||||
<Route path="/discord" component={DiscordPage} />
|
||||
<Route path="/proxyframe/:id" component={ProxyFrame} />
|
||||
<Route path="/settings" component={Settings} />
|
||||
<Route default component={NotFound} />
|
||||
</Router>
|
||||
</LocationProvider>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue