diff --git a/devfront/src/features/audit/AuditLogsPage.tsx b/devfront/src/features/audit/AuditLogsPage.tsx index be816dda..e8c2b5d1 100644 --- a/devfront/src/features/audit/AuditLogsPage.tsx +++ b/devfront/src/features/audit/AuditLogsPage.tsx @@ -20,9 +20,6 @@ import { Button } from "../../components/ui/button"; import { Card, CardContent, - CardDescription, - CardHeader, - CardTitle, } from "../../components/ui/card"; import { Input } from "../../components/ui/input"; import { @@ -33,6 +30,7 @@ import { TableHeader, TableRow, } from "../../components/ui/table"; +import { PageHeader } from "../../../../common/core/components/page"; import type { DevAuditLog } from "../../lib/devApi"; import { fetchDevAuditLogs } from "../../lib/devApi"; import { t } from "../../lib/i18n"; @@ -194,23 +192,15 @@ function AuditLogsPage() { return (
- {t("ui.dev.audit.registry.title", "Audit registry")} -
-