diff --git a/apps/app/src/app/pages/session.tsx b/apps/app/src/app/pages/session.tsx index 3915fd79..3657a9a3 100644 --- a/apps/app/src/app/pages/session.tsx +++ b/apps/app/src/app/pages/session.tsx @@ -115,6 +115,7 @@ import { import { ReactIsland } from "../../react/island"; import { reactSessionEnabled } from "../../react/feature-flag"; import { SessionSurface } from "../../react/session/session-surface.react"; +import { SessionSyncProvider } from "../../react/session/session-sync-provider.react"; export type SessionViewProps = { selectedSessionId: string | null; @@ -3200,6 +3201,18 @@ export default function SessionView(props: SessionViewProps) {