add konva js to project + create some components with ai
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user