mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-05 13:47:45 +08: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';
|
|
|