5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
|
|
export const Error404Page = () => {
|
|
return <h2>EROR NO FUND</h2>
|
|
};
|