feat: add 404 page (#426)
* feat: add 404 page * chore: lint and format * fix: remove extra line
This commit is contained in:
8
src/pages/404/index.tsx
Normal file
8
src/pages/404/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'uno.css';
|
||||
|
||||
import React from 'react';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
|
||||
import Page404 from './Page404';
|
||||
|
||||
createRoot(document.getElementById('root')!).render(<Page404 />);
|
||||
Reference in New Issue
Block a user