diff --git a/Frontend/src/App.jsx b/Frontend/src/App.jsx index 8f8699c..b19fb9e 100644 --- a/Frontend/src/App.jsx +++ b/Frontend/src/App.jsx @@ -1,10 +1,10 @@ -import VSCodeUI from "./components/VSCodeUI.jsx" +import CodeChallenge from "./components/CodeChallenge.jsx" import "./index.css" function App() { return (
{problem.description}
+ {problem.constraints &&{problem.constraints}
} +