feat: add Notification component with styling and integration in the main page

This commit is contained in:
2026-05-15 21:26:16 +02:00
parent b807a2a3c4
commit e8ed7e2a73
4 changed files with 100 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
// Auto-generated by scripts/generate-barrel.mjs — do not edit manually.
export * from './Icons/index.ts';
export { default as Notification } from './Notifications/notification.astro';