Skip to content

Commit 7d97bc3

Browse files
committed
Fix chromatic import
1 parent 962c0dd commit 7d97bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Spinner/Spinner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* https://v0.dev/ help.
55
*/
66

7-
import isChromatic from "chromatic/*";
87
import { type VariantProps, cva } from "class-variance-authority";
98
import type { ReactNode } from "react";
109
import { cn } from "utils/cn";
10+
import isChromatic from "chromatic/isChromatic";
1111

1212
const leaves = 8;
1313

0 commit comments

Comments
 (0)