forked from Arnab-Afk/monaco
Implement Code Challenge component with styling and WebSocket integration
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import VSCodeUI from "./components/VSCodeUI.jsx"
|
||||
import CodeChallenge from "./components/CodeChallenge.jsx"
|
||||
import "./index.css"
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
<VSCodeUI />
|
||||
<CodeChallenge />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user