fix: Correct Panels import path in VisualBlockEditor

This commit is contained in:
cawcenter
2025-12-13 16:14:25 -05:00
parent 0913eac487
commit ddd758e0af

View File

@@ -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 (