11 lines
248 B
TypeScript
11 lines
248 B
TypeScript
export * from './system/user'
|
|
export * from './system/auth'
|
|
export * from './system/role'
|
|
export * from './system/api'
|
|
export * from './system/menu'
|
|
export * from './system/file'
|
|
|
|
// blog
|
|
export * from './blog/post'
|
|
export * from './blog/category'
|