配餐项目前端文件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
746 B

export * from './dashboard/dashboard.component'
export * from './login/login.component'
export * from './meal-setting/meal-setting.component'
export * from './data-vis/data-vis.component'
export * from './food/food.component'
export * from './dish/dish.component'
export * from './system/org-info/org-info.component'
export * from './system/user-manage/user-manage.component'
export * from './ingredients/ingredient-list/ingredient-list.component'
export * from './ingredients/ingredient-form/ingredient-form.component'
export * from './ingredients/ingredient-preview-page/ingredient-preview-page.component'
export * from './ingredients/ingredient-release/ingredient-release.component'
export * from './salt-oil-sugar/salt-oil-sugar.component'