chore: removed FormBuilder.vue from components
This commit is contained in:
parent
80d3f29f6b
commit
bc5b10b9de
2 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<script setup>
|
||||
import Sidebar from "./Sidebar.vue";
|
||||
import Tabs from "./Tabs.vue";
|
||||
import Sidebar from "./components/Sidebar.vue"
|
||||
import Tabs from "./components/Tabs.vue";
|
||||
import { computed, onMounted, watch, ref } from "vue";
|
||||
import { useStore } from "../store";
|
||||
import { useStore } from "./store";
|
||||
import { onClickOutside, useMagicKeys, whenever } from "@vueuse/core";
|
||||
|
||||
let store = useStore();
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
import { createApp, watchEffect } from "vue";
|
||||
import { createPinia } from "pinia";
|
||||
import { useStore } from "./store";
|
||||
import FormBuilderComponent from "./components/FormBuilder.vue";
|
||||
import FormBuilderComponent from "./FormBuilder.vue";
|
||||
import { registerGlobalComponents } from "./globals.js";
|
||||
|
||||
class FormBuilder {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue