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