From 81bf5bbf3eeb78008d540ba3750b4138484bad01 Mon Sep 17 00:00:00 2001 From: Khalid Adil Date: Thu, 3 Aug 2023 13:50:34 -0500 Subject: [PATCH] Rename component file --- src/plugins/clock/components/Clock.vue | 2 +- .../clock/components/{ClockChild.vue => ClockChildy.vue} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/plugins/clock/components/{ClockChild.vue => ClockChildy.vue} (100%) diff --git a/src/plugins/clock/components/Clock.vue b/src/plugins/clock/components/Clock.vue index a51cdef15f..61d20d7dbd 100644 --- a/src/plugins/clock/components/Clock.vue +++ b/src/plugins/clock/components/Clock.vue @@ -41,7 +41,7 @@ import moment from 'moment'; import momentTimezone from 'moment-timezone'; import raf from 'utils/raf'; -import ClockChild from './ClockChild.vue'; +import ClockChild from './ClockChildy.vue'; export default { components: { diff --git a/src/plugins/clock/components/ClockChild.vue b/src/plugins/clock/components/ClockChildy.vue similarity index 100% rename from src/plugins/clock/components/ClockChild.vue rename to src/plugins/clock/components/ClockChildy.vue