mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 03:35:10 +00: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';
|