We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a1b07 commit 07082fbCopy full SHA for 07082fb
2 files changed
src/components/ui/sidebar.tsx
@@ -2,7 +2,7 @@
2
3
import * as React from "react"
4
import { Slot } from "@radix-ui/react-slot"
5
-import { cva, VariantProps } from "class-variance-authority"
+import { cva, type VariantProps } from "class-variance-authority"
6
import { PanelLeftIcon } from "lucide-react"
7
8
import { useIsMobile } from "@/hooks/use-mobile"
src/components/ui/sonner.tsx
@@ -1,5 +1,5 @@
1
import { useTheme } from "next-themes"
-import { Toaster as Sonner, ToasterProps } from "sonner"
+import { Toaster as Sonner, type ToasterProps } from "sonner"
const Toaster = ({ ...props }: ToasterProps) => {
const { theme = "system" } = useTheme()
0 commit comments