1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-10-04 18:00:00 +01:00
elk/composables/client.ts
2022-11-13 13:34:43 +08:00

10 lines
145 B
TypeScript

import { Client } from '~/api-client'
const client = new Client({
host: 'https://mas.to',
})
export function useClient() {
return client
}