mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 22:49:26 +08:00
6 lines
208 B
TypeScript
6 lines
208 B
TypeScript
export * from './components/router-config';
|
|
export * from './components/admin-layout';
|
|
export * from './components/auth-layout';
|
|
export * from './components/route-schema-renderer';
|
|
export * from './schemas';
|