From d58076d0ff5b351ed9a2de0e3a28041937d22a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Wed, 10 Apr 2019 18:53:46 +0200 Subject: [PATCH] Consistency: Filename equals name of component --- .../index.spec.js => RelativeDateTime.spec.js} | 2 +- .../{RelativeDateTime/index.vue => RelativeDateTime.vue} | 0 webapp/components/RelativeDateTime/Readme.md | 7 ------- 3 files changed, 1 insertion(+), 8 deletions(-) rename webapp/components/{RelativeDateTime/index.spec.js => RelativeDateTime.spec.js} (95%) rename webapp/components/{RelativeDateTime/index.vue => RelativeDateTime.vue} (100%) delete mode 100644 webapp/components/RelativeDateTime/Readme.md diff --git a/webapp/components/RelativeDateTime/index.spec.js b/webapp/components/RelativeDateTime.spec.js similarity index 95% rename from webapp/components/RelativeDateTime/index.spec.js rename to webapp/components/RelativeDateTime.spec.js index 11b3cadf8..b752581c0 100644 --- a/webapp/components/RelativeDateTime/index.spec.js +++ b/webapp/components/RelativeDateTime.spec.js @@ -1,5 +1,5 @@ import { shallowMount, createLocalVue } from '@vue/test-utils' -import RelativeDateTime from './index.vue' +import RelativeDateTime from './RelativeDateTime.vue' const localVue = createLocalVue() diff --git a/webapp/components/RelativeDateTime/index.vue b/webapp/components/RelativeDateTime.vue similarity index 100% rename from webapp/components/RelativeDateTime/index.vue rename to webapp/components/RelativeDateTime.vue diff --git a/webapp/components/RelativeDateTime/Readme.md b/webapp/components/RelativeDateTime/Readme.md deleted file mode 100644 index 5e04466f9..000000000 --- a/webapp/components/RelativeDateTime/Readme.md +++ /dev/null @@ -1,7 +0,0 @@ -### Example - -Relative time from 08.03.2017 - -``` - -``` \ No newline at end of file