Remove not needed import in config.js

This commit is contained in:
Theresa Gresch 2019-12-02 19:01:45 +01:00
parent f167615800
commit 321be2dd01

View file

@ -1,6 +1,7 @@
import Event from "pubsub-js";
import themes from "../resources/themes.json";
import translations from "../resources/translations.json";
import Vue from "vue";
class Config {
/**