mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-23 16:24:06 +00:00
[automated] Apply ESLint and Prettier fixes
This commit is contained in:
committed by
Csongor Czezar
parent
c8f52cbcb4
commit
9bb16f6d99
@@ -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 & {
|
||||
|
||||
@@ -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 & {
|
||||
|
||||
Reference in New Issue
Block a user