This commit is contained in:
2022-03-01 17:38:15 +00:00
parent 0eb9571172
commit aa3f111179
3 changed files with 0 additions and 164 deletions

View File

@@ -83,9 +83,6 @@
const FORM_KEY = "home-dashboard";
import DashRegistry from "../api/dash-registry";
//---------- DASH ITEMS ----------
//import GzDashTestListWidgetsPriciest from "../components/dash-test-list-widgets-priciest.vue";
import GzDashTestBarWidgetCountByUserType from "../components/dash-test-bar-widget-count-by-usertype.vue";
import GzDashTestLineWidgetMonthlyTotalPrice from "../components/dash-test-line-widget-monthly-total-price.vue";
import GzDashTodayScheduledWo from "../components/dash-today-scheduled-wo.vue";
import GzDashTodayReminders from "../components/dash-today-reminders.vue";
import GzDashTodayReviews from "../components/dash-today-reviews.vue";
@@ -97,8 +94,6 @@ export default {
components: {
GzDashLaborHoursPersonalLine,
GzDashLaborHoursPersonalBar,
GzDashTestBarWidgetCountByUserType,
GzDashTestLineWidgetMonthlyTotalPrice,
GzDashTodayScheduledWo,
GzDashTodayReminders,
GzDashTodayReviews,