mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-03 01:30:15 +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");
|
|
};
|