chore: test deploy snapshot
This commit is contained in:
@@ -12,6 +12,7 @@ import { isPreviewRuntime } from './previewRuntime';
|
||||
export function AppShell() {
|
||||
return (
|
||||
<Routes>
|
||||
<Route path="/shares/:token" element={<ChatSharePage />} />
|
||||
<Route path="/chat-share/:token" element={<ChatSharePage />} />
|
||||
<Route path="/chat/share/:token" element={<ChatSharePage />} />
|
||||
<Route path="/" element={<MainLayout />}>
|
||||
|
||||
Reference in New Issue
Block a user