diff client/src/components/importoverview/LogEntry.vue @ 2985:1b8bb4f89227

client: removed .js and .vue extention from imports
author Markus Kottlaender <markus@intevation.de>
date Tue, 09 Apr 2019 18:38:15 +0200
parents 6c5364ff0abb
children 85d1f3e94945
line wrap: on
line diff
--- a/client/src/components/importoverview/LogEntry.vue	Tue Apr 09 18:23:07 2019 +0200
+++ b/client/src/components/importoverview/LogEntry.vue	Tue Apr 09 18:38:15 2019 +0200
@@ -96,9 +96,9 @@
  * Thomas Junk <thomas.junk@intevation.de>
  */
 import { mapState } from "vuex";
-import { STATES } from "@/store/imports.js";
-import { displayError } from "@/lib/errors.js";
-import { HTTP } from "@/lib/http.js";
+import { STATES } from "@/store/imports";
+import { displayError } from "@/lib/errors";
+import { HTTP } from "@/lib/http";
 
 export default {
   STATES,