diff --git a/ayanova/src/components/dash-test-line-widget-monthly-total-price.vue b/ayanova/src/components/dash-test-line-widget-monthly-total-price.vue
deleted file mode 100644
index b5c6df9e..00000000
--- a/ayanova/src/components/dash-test-line-widget-monthly-total-price.vue
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/ayanova/src/components/dash-test-list-widgets-priciest.vue b/ayanova/src/components/dash-test-list-widgets-priciest.vue
deleted file mode 100644
index 3864ddcb..00000000
--- a/ayanova/src/components/dash-test-list-widgets-priciest.vue
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/ayanova/src/views/home-dashboard.vue b/ayanova/src/views/home-dashboard.vue
index ab7c1771..b5d31935 100644
--- a/ayanova/src/views/home-dashboard.vue
+++ b/ayanova/src/views/home-dashboard.vue
@@ -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,