8fbcf7582a
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
5 lines
101 B
TypeScript
5 lines
101 B
TypeScript
import React from "react";
|
|
|
|
export const PageNotFoundPage = () => {
|
|
return <>Page Not Found</>;
|
|
};
|