import { Outlet } from "react-router-dom"; function WorkflowsPageLayout() { return (
); } export { WorkflowsPageLayout };