refactor(MainContent): update FileTree import path to match new structure

This commit is contained in:
Haileyesus
2026-02-18 13:47:01 +03:00
parent b8e387d6dc
commit 97181ad542
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +0,0 @@
export { default } from './file-tree/FileTree';

View File

@@ -1,7 +1,7 @@
import React, { useEffect } from 'react';
import ChatInterface from '../../chat/view/ChatInterface';
import FileTree from '../../FileTree';
import FileTree from '../../file-tree/FileTree';
import StandaloneShell from '../../StandaloneShell';
import GitPanel from '../../GitPanel';
import ErrorBoundary from '../../ErrorBoundary';