From af60ad39a4f3b53120d970fbab201b37f486b959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Tue, 16 Apr 2019 22:42:36 +0200 Subject: [PATCH] Follow directory layout --- .../notifications/{ => Notification}/NotificationPostCard.vue | 0 .../{Notification.vue => Notification/index.vue} | 0 .../{NotificationList.vue => NotificationList/index.vue} | 2 +- .../{NotificationList.spec.js => NotificationList/spec.js} | 4 ++-- .../{NotificationMenu.vue => NotificationMenu/index.vue} | 2 +- .../{NotificationMenu.spec.js => NotificationMenu/spec.js} | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename webapp/components/notifications/{ => Notification}/NotificationPostCard.vue (100%) rename webapp/components/notifications/{Notification.vue => Notification/index.vue} (100%) rename webapp/components/notifications/{NotificationList.vue => NotificationList/index.vue} (92%) rename webapp/components/notifications/{NotificationList.spec.js => NotificationList/spec.js} (96%) rename webapp/components/notifications/{NotificationMenu.vue => NotificationMenu/index.vue} (97%) rename webapp/components/notifications/{NotificationMenu.spec.js => NotificationMenu/spec.js} (97%) diff --git a/webapp/components/notifications/NotificationPostCard.vue b/webapp/components/notifications/Notification/NotificationPostCard.vue similarity index 100% rename from webapp/components/notifications/NotificationPostCard.vue rename to webapp/components/notifications/Notification/NotificationPostCard.vue diff --git a/webapp/components/notifications/Notification.vue b/webapp/components/notifications/Notification/index.vue similarity index 100% rename from webapp/components/notifications/Notification.vue rename to webapp/components/notifications/Notification/index.vue diff --git a/webapp/components/notifications/NotificationList.vue b/webapp/components/notifications/NotificationList/index.vue similarity index 92% rename from webapp/components/notifications/NotificationList.vue rename to webapp/components/notifications/NotificationList/index.vue index 2d6cd3828..b8235f853 100644 --- a/webapp/components/notifications/NotificationList.vue +++ b/webapp/components/notifications/NotificationList/index.vue @@ -10,7 +10,7 @@