fix: Correct Panels import path in VisualBlockEditor
This commit is contained in:
@@ -5,7 +5,7 @@ import { Card } from "@/components/ui/card";
|
|||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
import { Undo, Redo, Smartphone, Monitor } from 'lucide-react';
|
import { Undo, Redo, Smartphone, Monitor } from 'lucide-react';
|
||||||
import { Text, Container } from './UserBlocks';
|
import { Text, Container } from './UserBlocks';
|
||||||
import { Toolbox, SettingsPanel } from './Panels';
|
import { Toolbox, SettingsPanel } from './editor/Panels';
|
||||||
|
|
||||||
const ViewportHeader = () => {
|
const ViewportHeader = () => {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user