import { useT } from "@agent-native/core/client/i18n"; import { NewWorkspaceAppFlow } from "@agent-native/core/client/ui"; import { DispatchShell } from "../../components/dispatch-shell"; export function meta() { return [{ title: "New App — Dispatch" }]; } export default function NewAppRoute() { const t = useT(); return ( ); }