From 8633f13e0af8c803cd419af2a611c41708e9c7c1 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Thu, 23 Mar 2023 07:38:34 +0100 Subject: chore(eslint): fix missing import extensions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- apps/updatenotification/src/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/updatenotification/src') diff --git a/apps/updatenotification/src/init.js b/apps/updatenotification/src/init.js index 4aada5aba43..dc25ca363b4 100644 --- a/apps/updatenotification/src/init.js +++ b/apps/updatenotification/src/init.js @@ -22,7 +22,7 @@ */ import Vue from 'vue' -import Root from './components/UpdateNotification' +import Root from './components/UpdateNotification.vue' Vue.mixin({ methods: { -- cgit v1.2.3