kopia lustrzana https://github.com/elk-zone/elk
10 wiersze
145 B
TypeScript
10 wiersze
145 B
TypeScript
![]() |
import { Client } from '~/api-client'
|
||
|
|
||
|
const client = new Client({
|
||
|
host: 'https://mas.to',
|
||
|
})
|
||
|
|
||
|
export function useClient() {
|
||
|
return client
|
||
|
}
|