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