This commit is contained in:
Benjamin Palko 2024-12-19 22:19:15 -05:00
parent 6d3a4b0e7a
commit bf207f0c40
7 changed files with 7 additions and 7 deletions

View file

@ -43,4 +43,4 @@ export default ts.config(
],
},
}
);
);

View file

@ -11,4 +11,4 @@
</header>
<style>
</style>
</style>

View file

@ -15,4 +15,4 @@ export async function load(event) {
redirect(300, '/login');
}
return {};
}
}

View file

@ -19,4 +19,4 @@
.site-loader {
@apply flex h-screen w-screen flex-col items-center justify-center gap-6;
}
</style>
</style>

View file

@ -21,4 +21,4 @@ export async function load(event) {
const { password: _, ...rest } = session.user;
return rest;
}
}

View file

@ -12,4 +12,4 @@
</script>
<Navbar title="Svelte" username={data.name} />
{@render children()}
{@render children()}

View file

@ -1,2 +1,2 @@
<script lang="ts">
</script>
</script>