import { Outlet } from "@remix-run/react"; /** * 入口模块管理父路由 * 用于包裹子路由(列表页和新建/编辑页) */ export default function EntryModulesLayout() { return ; }