Skip to content

Commit 1d78533

Browse files
committed
Apply fmt
1 parent dd31141 commit 1d78533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/StatusIndicator/StatusIndicator.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { cva, type VariantProps } from "class-variance-authority";
2-
import { createContext, useContext, type FC } from "react";
1+
import { type VariantProps, cva } from "class-variance-authority";
2+
import { type FC, createContext, useContext } from "react";
33
import { cn } from "utils/cn";
44

55
const statusIndicatorVariants = cva(

0 commit comments

Comments
 (0)