This commit is contained in:
2026-08-08 19:05:08 +03:30
commit 30bd9fc01c
102 changed files with 14450 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import MainLayout from '../layouts/main';
function DefaultPage() {
return (
<MainLayout loginRequired={false}/>
);
}
export default DefaultPage;