working frontend from @ishikabhoyar
This commit is contained in:
13
Frontend/src/App.jsx
Normal file
13
Frontend/src/App.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import VSCodeUI from "./components/VSCodeUi"
|
||||
import "./index.css"
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
<VSCodeUI />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
|
||||
Reference in New Issue
Block a user