FrederickSundeep commited on
Commit
360c0c8
·
1 Parent(s): ac3107a

commit initial 09-12-2025 010

Browse files
Files changed (1) hide show
  1. src/App.js +1 -1
src/App.js CHANGED
@@ -2,7 +2,7 @@ import { useState, useEffect, useRef } from "react";
2
  import Editor from "@monaco-editor/react";
3
  import { askAgent } from "./agent/assistant";
4
  import { runCode } from "./agent/runner";
5
- import { loadTree, saveTree, addFile, addFolder, renameNode, deleteNode, getNodeByPath, updateFileContent } from "./fileStore";
6
  import { downloadProjectZip } from "./zipExport";
7
  import { parseProblems } from "./problemParser";
8
  import "./App.css";
 
2
  import Editor from "@monaco-editor/react";
3
  import { askAgent } from "./agent/assistant";
4
  import { runCode } from "./agent/runner";
5
+ import { loadTree, saveTree, addFile, addFolder, renameNode, deleteNode, getNodeByPath, updateFileContent, searchTree } from "./fileStore";
6
  import { downloadProjectZip } from "./zipExport";
7
  import { parseProblems } from "./problemParser";
8
  import "./App.css";