add konva js to project + create some components with ai

This commit is contained in:
hamid zarghami
2025-11-16 16:33:54 +03:30
parent c1c6b0ebf7
commit 1a0c869101
38 changed files with 1855 additions and 42 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
import { type FC } from 'react'
import EditorSidebar from './components/EditorSidebar'
import EditorCanvas from './components/EditorCanvas'
const Editor: FC = () => {
return (
<div>
<div className="flex h-full w-full">
<EditorCanvas />
<EditorSidebar />
</div>
)