design: minor touchups + dark theme changes
This commit is contained in:
parent
970590497f
commit
a1c1b5f4d0
7 changed files with 11 additions and 1676 deletions
|
@ -1,8 +0,0 @@
|
|||
import { error } from '@sveltejs/kit';
|
||||
|
||||
export async function load({ params }) {
|
||||
return error(404, 'Not Found');
|
||||
// return {
|
||||
// account_name: params.account
|
||||
// };
|
||||
}
|
1
src/routes/[server]/[account]/+page.svelte
Normal file
1
src/routes/[server]/[account]/+page.svelte
Normal file
|
@ -0,0 +1 @@
|
|||
<h1>wip</h1>
|
Loading…
Add table
Add a link
Reference in a new issue