mirror of
https://github.com/sussy-code/smov.git
synced 2026-05-12 12:50:37 +00:00
5 lines
133 B
TypeScript
5 lines
133 B
TypeScript
import { NotFoundPart } from "@/pages/parts/errors/ErrorWrapperPart";
|
|
|
|
export function NotFoundPage() {
|
|
return <NotFoundPart />;
|
|
}
|