File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
site/src/components/Spinner Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
import type { Meta , StoryObj } from "@storybook/react" ;
2
- import { Spinner } from "./Spinner" ;
3
2
import { PlusIcon } from "lucide-react" ;
3
+ import { Spinner } from "./Spinner" ;
4
4
5
5
const meta : Meta < typeof Spinner > = {
6
6
title : "components/Spinner" ,
Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
import isChromatic from "chromatic/*" ;
8
- import { cva , type VariantProps } from "class-variance-authority" ;
8
+ import { type VariantProps , cva } from "class-variance-authority" ;
9
9
import type { ReactNode } from "react" ;
10
10
import { cn } from "utils/cn" ;
11
11
@@ -54,7 +54,6 @@ export function Spinner({
54
54
55
55
return (
56
56
< rect
57
- // biome-ignore lint/suspicious/noArrayIndexKey: This is a static array
58
57
key = { i }
59
58
x = "11.5"
60
59
y = "3"
You can’t perform that action at this time.
0 commit comments