Files
wajs-server/src/pages/sq/dashboard/webhook/webhook_layout.tsx
2026-02-06 07:02:41 +08:00

6 lines
109 B
TypeScript

import { Outlet } from "react-router-dom";
export default function WebhookLayout() {
return <Outlet />;
}