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

8 lines
325 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";