view data fixes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
'use client';
|
||||
|
||||
import React from 'react';
|
||||
import { NotFoundScreen } from '@/components/errors/NotFoundScreen';
|
||||
import { ViewData } from '@/lib/contracts/view-data/ViewData';
|
||||
|
||||
export interface NotFoundViewData {
|
||||
export interface NotFoundViewData extends ViewData {
|
||||
errorCode: string;
|
||||
title: string;
|
||||
message: string;
|
||||
|
||||
Reference in New Issue
Block a user