diff --git a/services/web/frontend/js/features/ide-react/context/react-context-root.tsx b/services/web/frontend/js/features/ide-react/context/react-context-root.tsx index 0d3e80dfdc..4e21cffd8a 100644 --- a/services/web/frontend/js/features/ide-react/context/react-context-root.tsx +++ b/services/web/frontend/js/features/ide-react/context/react-context-root.tsx @@ -16,6 +16,7 @@ import { OnlineUsersProvider } from '@/features/ide-react/context/online-users-c import { MetadataProvider } from '@/features/ide-react/context/metadata-context' import { ReferencesProvider } from '@/features/ide-react/context/references-context' import { SplitTestProvider } from '@/shared/context/split-test-context' +import { FileTreePathProvider } from '@/features/file-tree/contexts/file-tree-path' export const ReactContextRoot: FC = ({ children }) => { return ( @@ -25,29 +26,31 @@ export const ReactContextRoot: FC = ({ children }) => { - - - - - - - - - - - - {children} - - - - - - - - - - - + + + + + + + + + + + + + {children} + + + + + + + + + + + +