mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 00:30:11 +00:00
feat(dashboard): remove footer
This commit is contained in:
parent
10eae70a18
commit
a65880c665
2 changed files with 0 additions and 13 deletions
|
|
@ -4,7 +4,6 @@
|
|||
import Dash from "./pages/Dash.svelte";
|
||||
import Home from "./pages/Home.svelte";
|
||||
import Settings from './pages/Settings.svelte';
|
||||
import Footer from './lib/Footer.svelte';
|
||||
import Public from "./pages/Public.svelte";
|
||||
import Main from "./pages/profiles/Main.svelte";
|
||||
import Status from './pages/status.svelte';
|
||||
|
|
@ -87,5 +86,4 @@ import BulkMemberPrivacy from "./pages/BulkMemberPrivacy.svelte";
|
|||
</Route>
|
||||
<Route path="status"><Status /></Route>
|
||||
<Route component={PageNotFound}/>
|
||||
<Footer />
|
||||
</Router>
|
||||
Loading…
Add table
Add a link
Reference in a new issue