mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-28 18:20:57 +00:00
8 lines
189 B
TypeScript
8 lines
189 B
TypeScript
import { WebManagementHomePage } from "@/user-management/web-Management/webManagement";
|
|
|
|
const WebManagement = () => {
|
|
return <WebManagementHomePage />;
|
|
};
|
|
|
|
export default WebManagement;
|