import { Navigate, Route, Routes } from 'react-router-dom'; import { MainLayout } from './layout/MainLayout'; import { ApisPage } from './pages/ApisPage'; import { ChatPage } from './pages/ChatPage'; import { ChatSharePage } from './pages/ChatSharePage'; import { DocsPage } from './pages/DocsPage'; import { PlansPage } from './pages/PlansPage'; import { PlayPage } from './pages/PlayPage'; import { buildChatPath, buildDocsPath } from './routes'; import { isPreviewRuntime } from './previewRuntime'; export function AppShell() { return ( } /> } /> } /> }> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> } /> ); }