From e50959dd9c8d267417e2e5bbbca40041f264563f Mon Sep 17 00:00:00 2001 From: David Tsay Date: Wed, 22 Nov 2023 16:40:23 -0800 Subject: [PATCH] remove components folder --- .../{components => }/NotificationIndicator.vue | 0 .../{components => }/NotificationMessage.vue | 0 .../notificationIndicator/{components => }/NotificationsList.vue | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/plugins/notificationIndicator/{components => }/NotificationIndicator.vue (100%) rename src/plugins/notificationIndicator/{components => }/NotificationMessage.vue (100%) rename src/plugins/notificationIndicator/{components => }/NotificationsList.vue (100%) diff --git a/src/plugins/notificationIndicator/components/NotificationIndicator.vue b/src/plugins/notificationIndicator/NotificationIndicator.vue similarity index 100% rename from src/plugins/notificationIndicator/components/NotificationIndicator.vue rename to src/plugins/notificationIndicator/NotificationIndicator.vue diff --git a/src/plugins/notificationIndicator/components/NotificationMessage.vue b/src/plugins/notificationIndicator/NotificationMessage.vue similarity index 100% rename from src/plugins/notificationIndicator/components/NotificationMessage.vue rename to src/plugins/notificationIndicator/NotificationMessage.vue diff --git a/src/plugins/notificationIndicator/components/NotificationsList.vue b/src/plugins/notificationIndicator/NotificationsList.vue similarity index 100% rename from src/plugins/notificationIndicator/components/NotificationsList.vue rename to src/plugins/notificationIndicator/NotificationsList.vue