We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd31141 commit 1d78533Copy full SHA for 1d78533
site/src/components/StatusIndicator/StatusIndicator.tsx
@@ -1,5 +1,5 @@
1
-import { cva, type VariantProps } from "class-variance-authority";
2
-import { createContext, useContext, type FC } from "react";
+import { type VariantProps, cva } from "class-variance-authority";
+import { type FC, createContext, useContext } from "react";
3
import { cn } from "utils/cn";
4
5
const statusIndicatorVariants = cva(
0 commit comments