import { DispatchShell } from "../../components/dispatch-shell"; import { MessagingSetupPanel } from "../../components/messaging-setup-panel"; export function meta() { return [{ title: "Messaging — Dispatch" }]; } export default function MessagingRoute() { return ( ); }