feat(frontend): add code editor
This commit is contained in:
4
frontend/src/components/editor/index.ts
Normal file
4
frontend/src/components/editor/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { CodeEditor } from "./code-editor";
|
||||
export { TestRunner } from "./test-runner";
|
||||
export { TestResults } from "./test-results";
|
||||
export { ProblemWorkspace } from "./problem-workspace";
|
||||
Reference in New Issue
Block a user