Dieser Commit ist enthalten in:
Chaoscaot 2024-03-09 14:25:08 +01:00
Ursprung 08371f57d1
Commit 1b55503e12

Datei anzeigen

@ -54,12 +54,3 @@
<p>{error.message}</p>
{/await}
<style lang="scss">
table {
@apply w-full;
}
div {
@apply p-3 bg-gray-200 dark:bg-gray-800 rounded-2xl;
}
</style>