website cleanup

This commit is contained in:
2025-12-24 21:44:58 +01:00
parent 9b683a59d3
commit d78854a4c6
277 changed files with 6141 additions and 2693 deletions

View File

@@ -35,7 +35,7 @@ const notificationColors: Record<string, string> = {
};
import { useNotifications } from './NotificationProvider';
import type { Notification } from './NotificationProvider';
import type { Notification } from './notificationTypes';
export default function NotificationCenter() {
const [isOpen, setIsOpen] = useState(false);
@@ -208,4 +208,4 @@ export default function NotificationCenter() {
)}
</div>
);
}
}