mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 10:10:47 +01:00
Init commit
This commit is contained in:
9
composables/useClient.ts
Normal file
9
composables/useClient.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Client } from "~/core/client";
|
||||
|
||||
const client = new Client();
|
||||
|
||||
export default function useClient(): { client: Client } {
|
||||
return {
|
||||
client
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user