Fixed incorrect import

This commit is contained in:
Joel Collins 2020-10-27 16:36:30 +00:00
parent eff03bfa2c
commit 89b1f9dac9

View file

@ -39,8 +39,8 @@
import JsonForm from "../pluginComponents/JsonForm";
import WebComponentLoader from "../pluginComponents/WebComponentLoader";
import streamDisplay from "./streamContent.vue";
import galleryDisplay from "../tabContentComponents/galleryContent.vue";
import settingsDisplay from "../tabContentComponents/settingsContent.vue";
import galleryContent from "../tabContentComponents/galleryContent.vue";
import settingsContent from "../tabContentComponents/settingsContent.vue";
export default {
name: "ExtensionContent",