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

8 lines
183 B
TypeScript

import Organizations from "@/super-admin/components/organizations/Organizations";
const OrganizationsPage = () => {
return <Organizations />;
};
export default OrganizationsPage;