fix(preview): remove duplicate Palette import in project icon rail
This commit is contained in:
@@ -91,14 +91,7 @@ export function ProjectIconRail({ workspace, projectId }: Props) {
|
||||
);
|
||||
}
|
||||
|
||||
import {
|
||||
Monitor,
|
||||
Smartphone,
|
||||
RotateCw,
|
||||
Wand2,
|
||||
Palette,
|
||||
Maximize2,
|
||||
} from "lucide-react";
|
||||
import { Monitor, Smartphone, RotateCw, Wand2, Maximize2 } from "lucide-react";
|
||||
import { usePreviewToolbarStore } from "./preview-toolbar/preview-toolbar-state";
|
||||
|
||||
function PreviewDeviceToggles() {
|
||||
|
||||
Reference in New Issue
Block a user