comparison client/src/components/Sidebar.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 2e7c0f9cff24
children 80037790032d
comparison
equal deleted inserted replaced
2984:61f69e8919d3 2985:1b8bb4f89227
98 * Author(s): 98 * Author(s):
99 * Thomas Junk <thomas.junk@intevation.de> 99 * Thomas Junk <thomas.junk@intevation.de>
100 * Markus Kottländer <markus.kottlaender@intevation.de> 100 * Markus Kottländer <markus.kottlaender@intevation.de>
101 */ 101 */
102 import { mapGetters, mapState } from "vuex"; 102 import { mapGetters, mapState } from "vuex";
103 import { logOff } from "@/lib/session.js"; 103 import { logOff } from "@/lib/session";
104 import { displayError } from "@/lib/errors"; 104 import { displayError } from "@/lib/errors";
105 import { HTTP } from "@/lib/http"; 105 import { HTTP } from "@/lib/http";
106 106
107 export default { 107 export default {
108 name: "sidebar", 108 name: "sidebar",