mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-10 04:22:13 +10:00
6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
import { convertFileSrc } from "@tauri-apps/api/core";
|
|
|
|
export const useObject = async (id: string) => {
|
|
return convertFileSrc(id, "object");
|
|
};
|