File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import { type ImperativePanelHandle } from "react-resizable-panels"
55
66import { DARK_MODE_FORWARD_TYPE } from "@/components/mode-switcher"
77import { Badge } from "@/registry/new-york-v4/ui/badge"
8- import { RANDOMIZE_FORWARD_TYPE } from "@/app/(create)/components/random-button"
98import { CMD_K_FORWARD_TYPE } from "@/app/(create)/components/item-picker"
9+ import { RANDOMIZE_FORWARD_TYPE } from "@/app/(create)/components/random-button"
1010import { sendToIframe } from "@/app/(create)/hooks/use-iframe-sync"
1111import {
1212 serializeDesignSystemSearchParams ,
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ import { absoluteUrl } from "@/lib/utils"
77import { DarkModeScript } from "@/components/mode-switcher"
88import { TailwindIndicator } from "@/components/tailwind-indicator"
99import { BASES , type Base } from "@/registry/config"
10- import { RandomizeScript } from "@/app/(create)/components/random-button"
1110import { DesignSystemProvider } from "@/app/(create)/components/design-system-provider"
1211import { ItemPickerScript } from "@/app/(create)/components/item-picker"
1312import { PreviewStyle } from "@/app/(create)/components/preview-style"
13+ import { RandomizeScript } from "@/app/(create)/components/random-button"
1414import { getBaseComponent , getBaseItem } from "@/app/(create)/lib/api"
1515import { ALLOWED_ITEM_TYPES } from "@/app/(create)/lib/constants"
1616
You can’t perform that action at this time.
0 commit comments