mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
refactor
This commit is contained in:
parent
fd47941267
commit
e57a77f716
2 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue