Files
edr-platform/apps/edr-freight-web/backoffice/src/pages/WebManagementPage.tsx
yaschalew 697799b00d fix
2026-07-10 14:24:58 +03:00

8 lines
189 B
TypeScript

import { WebManagementHomePage } from "@/user-management/web-Management/webManagement";
const WebManagement = () => {
return <WebManagementHomePage />;
};
export default WebManagement;