mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 09:45:18 +00:00
0b0a8d2be5
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
// @ts-nocheck
|
|||
export * from './lib/client';
|
|||
export { default } from './lib/client';
|
|||
|