Code editor and widget
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { CodeEditorView } from 'widgets/CodeEditor';
|
||||
import { Widget } from '@/components/Widget';
|
||||
|
||||
export const CodeEditor = () => (
|
||||
<div className="h-full w-full flex items-center justify-center">
|
||||
<Widget title="Code Editor" className="h-[70vh] w-[70vw] overflow-hidden" resizable moveable>
|
||||
<CodeEditorView className="h-full w-full" />
|
||||
</Widget>
|
||||
</div>
|
||||
);
|
||||
Reference in New Issue
Block a user