mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-13 00:02:41 +10:00
cleanup and game UI beginnings
This commit is contained in:
5
composables/use-object.ts
Normal file
5
composables/use-object.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { convertFileSrc } from "@tauri-apps/api/core";
|
||||
|
||||
export const useObject = async (id: string) => {
|
||||
return convertFileSrc(id, "object");
|
||||
};
|
||||
Reference in New Issue
Block a user