6 lines
127 B
TypeScript
6 lines
127 B
TypeScript
import { NotFoundPage } from "../../components/ErrorPages";
|
|
|
|
export default function NotFound() {
|
|
return <NotFoundPage />;
|
|
}
|