Skip to content

Commit e55fbc6

Browse files
committed
chore: format
1 parent 03a5cc9 commit e55fbc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/v4/app/(create)/components/preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { type ImperativePanelHandle } from "react-resizable-panels"
55

66
import { DARK_MODE_FORWARD_TYPE } from "@/components/mode-switcher"
77
import { Badge } from "@/registry/new-york-v4/ui/badge"
8-
import { RANDOMIZE_FORWARD_TYPE } from "@/app/(create)/components/random-button"
98
import { CMD_K_FORWARD_TYPE } from "@/app/(create)/components/item-picker"
9+
import { RANDOMIZE_FORWARD_TYPE } from "@/app/(create)/components/random-button"
1010
import { sendToIframe } from "@/app/(create)/hooks/use-iframe-sync"
1111
import {
1212
serializeDesignSystemSearchParams,

apps/v4/app/(create)/preview/[base]/[name]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import { absoluteUrl } from "@/lib/utils"
77
import { DarkModeScript } from "@/components/mode-switcher"
88
import { TailwindIndicator } from "@/components/tailwind-indicator"
99
import { BASES, type Base } from "@/registry/config"
10-
import { RandomizeScript } from "@/app/(create)/components/random-button"
1110
import { DesignSystemProvider } from "@/app/(create)/components/design-system-provider"
1211
import { ItemPickerScript } from "@/app/(create)/components/item-picker"
1312
import { PreviewStyle } from "@/app/(create)/components/preview-style"
13+
import { RandomizeScript } from "@/app/(create)/components/random-button"
1414
import { getBaseComponent, getBaseItem } from "@/app/(create)/lib/api"
1515
import { ALLOWED_ITEM_TYPES } from "@/app/(create)/lib/constants"
1616

0 commit comments

Comments
 (0)