Cleaning Up files

This commit is contained in:
Samuel Andert
2023-08-07 17:51:14 +02:00
parent cbf059acca
commit 2ca67e0981
15 changed files with 110 additions and 333 deletions

View File

@ -70,6 +70,7 @@
</script>
<div class="w-full p-6 border-2 border-red-500">
My ID is: {$me.id} <br />
My state is: {$me.state}
{#if $successMessage}
<aside class="w-full max-w-md p-4 alert variant-ghost" id="message-container">

View File

@ -2,7 +2,7 @@
export let me;
</script>
<div class="flex flex-col h-screen border-2 border-green-500">
<div class="flex flex-col w-full h-full border-2 border-green-500">
<section class="p-8 h-96">
<p>My ID is: {$me.id}</p>