tachybase_todo/packages/client/src/index.tsx

6 lines
208 B
TypeScript
Raw Normal View History

2021-07-12 22:13:48 +08:00
export * from './components/router-config';
export * from './components/admin-layout';
export * from './components/auth-layout';
export * from './components/route-schema-renderer';
export * from './schemas';