配餐项目前端文件
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
700 B

2 years ago
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";
2 years ago
export * from "./system/user-manage/user-manage.component";
2 years ago
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";