This commit is contained in:
Gauthier Roebroeck 2026-03-25 16:16:02 +08:00
parent fd47941267
commit e57a77f716
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
import { defineQuery, useQuery } from '@pinia/colada'
import { komgaClient } from '@/api/komga-client'
import type { ActuatorInfo } from '@/types/Actuator'
import type { ActuatorInfo } from '@/types/actuator'
export const useActuatorInfo = defineQuery(() => {
const { data, ...rest } = useQuery({