Skip to content
Prev Previous commit
Next Next commit
Fix chromatic import
  • Loading branch information
BrunoQuaresma committed Jan 2, 2025
commit 7d97bc3df7db0b3480c0236fbe6e830918ee7971
2 changes: 1 addition & 1 deletion site/src/components/Spinner/Spinner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
* https://v0.dev/ help.
*/

import isChromatic from "chromatic/*";
import { type VariantProps, cva } from "class-variance-authority";
import type { ReactNode } from "react";
import { cn } from "utils/cn";
import isChromatic from "chromatic/isChromatic";

const leaves = 8;

Expand Down
Loading