mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
9 lines
176 B
TypeScript
9 lines
176 B
TypeScript
import { stringify } from "query-string";
|
|
import { dataProvider } from "./provider.js";
|
|
|
|
export default dataProvider;
|
|
|
|
export * from "./utils/index.js";
|
|
|
|
export { stringify };
|