mirror of
https://github.com/massbug/judge4c.git
synced 2025-12-14 21:09:18 +00:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import CodeEditor from "@/components/code-editor";
|
|
|
|
export default function Home() {
|
|
return <CodeEditor />;
|
|
}
|