mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-16 21:10:02 -04:00
Move some things around to be more consistent
This commit is contained in:
parent
da7edfe3e4
commit
20feb65b80
3 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,9 @@
|
||||||
import { render } from "preact";
|
import { render } from "preact";
|
||||||
import { LocationProvider, Router, Route } from "preact-iso";
|
import { LocationProvider, Router, Route } from "preact-iso";
|
||||||
|
|
||||||
import { Header } from "./components/Header.jsx";
|
|
||||||
import { Home } from "./pages/Home";
|
import { Home } from "./pages/Home";
|
||||||
import { NotFound } from "./pages/_404.jsx";
|
import { NotFound } from "./pages/_404.jsx";
|
||||||
import { DiscordPage } from "./pages/discord.jsx";
|
import { DiscordPage } from "./pages/discord.jsx";
|
||||||
import { ProxyFrame } from "./ProxyFrame.js";
|
import { ProxyFrame } from "./pages/ProxyFrame.js";
|
||||||
import { Settings } from "./pages/Settings/index.js";
|
import { Settings } from "./pages/Settings/index.js";
|
||||||
|
|
||||||
import "./style.css";
|
import "./style.css";
|
||||||
|
@ -27,3 +25,4 @@ export function App() {
|
||||||
}
|
}
|
||||||
|
|
||||||
render(<App />, document.getElementById("app"));
|
render(<App />, document.getElementById("app"));
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { RammerheadEncode } from "./RammerheadEncode";
|
import { RammerheadEncode } from "../util/RammerheadEncode";
|
||||||
import { useEffect, useState } from "preact/hooks";
|
import { useEffect, useState } from "preact/hooks";
|
||||||
|
|
||||||
declare global {
|
declare global {
|
Loading…
Add table
Add a link
Reference in a new issue