Fixed incorrect import
This commit is contained in:
parent
eff03bfa2c
commit
89b1f9dac9
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue