refactor(notifications): reorganize into components/types/utils

This commit is contained in:
Théo LAGACHE
2026-06-23 16:06:17 +02:00
parent 80e468b26d
commit 740a58679e
24 changed files with 27 additions and 27 deletions
@@ -1,7 +1,7 @@
import {PageParams} from "@/types/next";
import {Page, PageContent, PageHeader, PageTitle} from "@/features/layout/components/page";
import {Metadata} from "next";
import {NotificationLogsList} from "@/features/notifications/notification-logs-list";
import {NotificationLogsList} from "@/features/notifications/components/notification-logs-list";
import {notFound} from "next/navigation";
import {getNotificationHistory} from "@/db/services/notification-log";