mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 20:05:51 +00:00
82560b926b
* docs: add resources-actions doc and sample * docs: fix sample * docs: remove built file * feat: update readme Co-authored-by: chenos <chenlinxh@gmail.com>
5 lines
86 B
TypeScript
Executable File
5 lines
86 B
TypeScript
Executable File
// @ts-nocheck
|
|
export * from './lib/client';
|
|
export { default } from './lib/client';
|
|
|