initial commit v1
This commit is contained in:
13
client/src/components/notfound.tsx
Normal file
13
client/src/components/notfound.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React, { FunctionComponent } from 'react';
|
||||
|
||||
type ComponentProps = {
|
||||
};
|
||||
|
||||
export const NotFound: FunctionComponent<ComponentProps> = (props): JSX.Element => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
404
|
||||
</div>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user