Skip to content

Commit 1b04868

Browse files
committed
fix: add missing CodeEditor import
1 parent b045315 commit 1b04868

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/screens/ide_screen.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import '../models/lsp_types.dart';
88
import '../services/file_service.dart';
99
import '../services/terminal_service.dart';
1010
import '../lsp/python_completor.dart';
11+
import '../widgets/code_editor.dart';
1112
import '../widgets/terminal_widget.dart';
1213
import '../theme/editor_theme.dart';
1314

0 commit comments

Comments
 (0)