import { BrowserRouter as Router, Route, Routes, Navigate } from 'react-router-dom'; import { ConfigProvider, App as AntApp } from 'antd'; import { App as ContainerApp } from './pages/container'; import { App as PanelApp } from './pages/panel'; import { App as PublishApp } from './pages/publish'; import { App as CodeEditorApp } from './pages/code-editor'; import { App as MapApp } from './pages/map'; import { App as PromptApp } from './pages/prompt'; import { App as AiAgentApp } from './pages/ai-agent'; import { App as UserApp } from './pages/user'; import { App as ChatApp } from './pages/chat-manager'; import { App as GitHubApp } from './pages/github'; import { App as UserAppApp } from './pages/app'; import { App as FileApp } from './pages/file'; import { App as OrgApp } from './pages/org'; import '@kevisual/container/container.css'; export const App = () => { return (