rename filePageNotFound
This commit is contained in:
@@ -11,7 +11,7 @@ import FilePageNote from '@/app/ui/file-page/file-page-note';
|
||||
import { getFileViolations } from '@/app/actions/violationActions';
|
||||
import { viewFileInfo } from '@/app/actions/fileEntity';
|
||||
import { useTranslations } from 'next-intl';
|
||||
import ViolationFileNotFound from '@/app/ui/file-page/file-page-file-not-found';
|
||||
import FilePageNotFound from '@/app/ui/file-page/file-page-file-not-found';
|
||||
|
||||
type MonitoringStatus = 'NONE' | 'MONITORING_DAILY' | 'MONITORING_WEEKLY' | 'MONITORING_MONTHLY';
|
||||
type MimeType = 'image' | 'video' | 'audio' | 'document';
|
||||
@@ -91,7 +91,7 @@ export default async function Page({
|
||||
} catch (error) {
|
||||
|
||||
return (
|
||||
<ViolationFileNotFound />
|
||||
<FilePageNotFound />
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user