Merge branch 'fix/not-found-page-permission' into 'development'

[FIX/FE] Not Found Page

See merge request mbugroup/lti-web-client!301
This commit is contained in:
Rivaldi A N S
2026-02-03 05:06:11 +00:00
7 changed files with 33 additions and 30 deletions
+5
View File
@@ -0,0 +1,5 @@
import PageNotFound from '@/components/helper/NotFoundPage';
export default function NotFound() {
return <PageNotFound />;
}
@@ -50,5 +50,3 @@ const ProjectFlockDetailPage = () => {
};
export default ProjectFlockDetailPage;
ProjectFlockDetail;
ProjectFlockDetail;