managment frontend initiated

This commit is contained in:
2025-04-27 14:12:49 +03:00
parent ba784c40e4
commit 090567ade8
65 changed files with 5469 additions and 177 deletions

View File

@@ -0,0 +1,8 @@
import React from "react";
import { PageProps } from "@/components/validations/translations/translation";
const OcuppantPage: React.FC<PageProps> = () => {
return <div>OcuppantPage</div>;
};
export default OcuppantPage;