[automated] Apply ESLint and Prettier fixes

This commit is contained in:
GitHub Action
2026-01-01 00:35:53 +00:00
committed by Csongor Czezar
parent c8f52cbcb4
commit 9bb16f6d99
2 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ import { provide } from 'vue'
import { cn } from '@/utils/tailwindUtil'
import { toggleGroupVariants } from './toggleGroup.variants';
import type { ToggleGroupVariants } from './toggleGroup.variants';
import { toggleGroupVariants } from './toggleGroup.variants'
import type { ToggleGroupVariants } from './toggleGroup.variants'
const props = defineProps<
ToggleGroupRootProps & {

View File

@@ -8,8 +8,8 @@ import { inject } from 'vue'
import { cn } from '@/utils/tailwindUtil'
import { toggleGroupItemVariants } from './toggleGroup.variants';
import type { ToggleGroupVariants } from './toggleGroup.variants';
import { toggleGroupItemVariants } from './toggleGroup.variants'
import type { ToggleGroupVariants } from './toggleGroup.variants'
const props = defineProps<
ToggleGroupItemProps & {