wip
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
import { useEffect, useState } from "react";
|
||||
import DraggablePanel from "@/components/DraggablePanel";
|
||||
import Logo from "@/components/Logo";
|
||||
import Logo from "@/widgets/Logo";
|
||||
import Preview from "@/components/Draggable/Preview";
|
||||
import Draggable from "@/components/Draggable/Draggable";
|
||||
import PreviewStore from "@/stores/previewStore";
|
||||
@@ -94,7 +94,7 @@ export default function Home() {
|
||||
y={item.y}
|
||||
width={item.width}
|
||||
height={item.height}
|
||||
component={() => <Logo />}
|
||||
componentsId={item.componentsId}
|
||||
/>
|
||||
))}
|
||||
</DraggablePanel>
|
||||
|
||||
Reference in New Issue
Block a user