FrederickSundeep commited on
Commit
bb06deb
·
1 Parent(s): 25fd1e9

commit initial 09-12-2025 003

Browse files
Files changed (1) hide show
  1. src/App.js +1 -0
src/App.js CHANGED
@@ -2,6 +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
 
6
  // Supported languages in the IDE
7
  const LANGUAGE_OPTIONS = [
 
2
  import Editor from "@monaco-editor/react";
3
  import { askAgent } from "./agent/assistant";
4
  import { runCode } from "./agent/runner";
5
+ import "./App.css";
6
 
7
  // Supported languages in the IDE
8
  const LANGUAGE_OPTIONS = [