init repo

This commit is contained in:
JIANG
2025-09-09 10:01:21 +08:00
commit d70d1709d3
34 changed files with 13652 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
"use client";
import dataProviderSimpleRest from "@refinedev/simple-rest";
const API_URL = "https://api.fake-rest.refine.dev";
export const dataProvider = dataProviderSimpleRest(API_URL);