Skip to content

Commit 9561e20

Browse files
committed
Run make fmt
1 parent 7d97bc3 commit 9561e20

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/isChromatic";
78
import { type VariantProps, cva } from "class-variance-authority";
89
import type { ReactNode } from "react";
910
import { cn } from "utils/cn";
10-
import isChromatic from "chromatic/isChromatic";
1111

1212
const leaves = 8;
1313

0 commit comments

Comments
 (0)