format
This commit is contained in:
parent
6d3a4b0e7a
commit
bf207f0c40
7 changed files with 7 additions and 7 deletions
|
|
@ -43,4 +43,4 @@ export default ts.config(
|
|||
],
|
||||
},
|
||||
}
|
||||
);
|
||||
);
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@
|
|||
</header>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ export async function load(event) {
|
|||
redirect(300, '/login');
|
||||
}
|
||||
return {};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@
|
|||
.site-loader {
|
||||
@apply flex h-screen w-screen flex-col items-center justify-center gap-6;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -21,4 +21,4 @@ export async function load(event) {
|
|||
|
||||
const { password: _, ...rest } = session.user;
|
||||
return rest;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@
|
|||
</script>
|
||||
|
||||
<Navbar title="Svelte" username={data.name} />
|
||||
{@render children()}
|
||||
{@render children()}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<script lang="ts">
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue