mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 20:16:58 +00:00
b9ce35d621
* docs: add guide index table and i18n * docs: add dev i18n sample
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';
|
|
|