smov/src/pages/errors/NotFoundPage.tsx
William Oldham 75933e7080 More localisation
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-11-27 19:19:03 +00:00

5 lines
129 B
TypeScript

import { NotFoundPart } from "@/pages/parts/errors/NotFoundPart";
export function NotFoundPage() {
return <NotFoundPart />;
}