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 {
|
import { Monitor, Smartphone, RotateCw, Wand2, Maximize2 } from "lucide-react";
|
||||||
Monitor,
|
|
||||||
Smartphone,
|
|
||||||
RotateCw,
|
|
||||||
Wand2,
|
|
||||||
Palette,
|
|
||||||
Maximize2,
|
|
||||||
} from "lucide-react";
|
|
||||||
import { usePreviewToolbarStore } from "./preview-toolbar/preview-toolbar-state";
|
import { usePreviewToolbarStore } from "./preview-toolbar/preview-toolbar-state";
|
||||||
|
|
||||||
function PreviewDeviceToggles() {
|
function PreviewDeviceToggles() {
|
||||||
|
|||||||
Reference in New Issue
Block a user