Files
lti-web-client/src/app/not-found.tsx
T
2026-02-03 12:00:46 +07:00

6 lines
128 B
TypeScript

import PageNotFound from '@/components/helper/NotFoundPage';
export default function NotFound() {
return <PageNotFound />;
}