mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 04:19:22 +00:00
chore: cleanup
This commit is contained in:
@@ -2,13 +2,11 @@
|
||||
import type { VariantProps } from "class-variance-authority";
|
||||
import { type HTMLAttributes, computed, provide } from "vue";
|
||||
import {
|
||||
ToggleGroupRoot,
|
||||
type ToggleGroupRootEmits,
|
||||
type ToggleGroupRootProps,
|
||||
useForwardPropsEmits,
|
||||
} from "radix-vue";
|
||||
import type { toggleVariants } from "@/components/ui/toggle";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
type ToggleGroupVariants = VariantProps<typeof toggleVariants>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user