mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
10 lines
170 B
TypeScript
10 lines
170 B
TypeScript
import * as RefineAppwrite from "@refinedev/appwrite";
|
|
import * as UUID from "uuid";
|
|
|
|
const AppwriteScope = {
|
|
RefineAppwrite,
|
|
UUID,
|
|
};
|
|
|
|
export default AppwriteScope;
|