feat(notifications): added notification system w/ interwoven refactoring

This commit is contained in:
DecDuck
2024-11-16 19:41:19 +11:00
parent 4db9ebe66a
commit 3652d6123c
22 changed files with 498 additions and 56 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="flex rounded-sm px-2 py-2 bg-zinc-900 text-zinc-600">
<div class="flex rounded px-2 py-2 bg-zinc-900 text-zinc-600">
<slot />
</div>
</template>