mirror of
https://github.com/elk-zone/elk.git
synced 2025-02-16 23:39:47 +03:00
9 lines
145 B
TypeScript
9 lines
145 B
TypeScript
import { Client } from '~/api-client'
|
|
|
|
const client = new Client({
|
|
host: 'https://mas.to',
|
|
})
|
|
|
|
export function useClient() {
|
|
return client
|
|
}
|