feat: not found component
This commit is contained in:
11
src/components/dashboard/NotFound.tsx
Normal file
11
src/components/dashboard/NotFound.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
export function NotFoundPage() {
|
||||
return (
|
||||
<div style={{ textAlign: 'center', marginTop: '50px' }}>
|
||||
<h1>404 - Page Not Found</h1>
|
||||
<p>Oops! This page does not. exist.</p>
|
||||
<a href="/">Go to Homepage</a>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user