judge4c/src/app/(app)/playground/page.tsx

6 lines
122 B
TypeScript
Raw Normal View History

import CodeEditor from "@/components/code-editor";
export default function PlaygroundPage() {
return <CodeEditor />;
}