chore: cleanup
This commit is contained in:
parent
244b2cbb60
commit
a28c8e9745
2 changed files with 3 additions and 4 deletions
|
|
@ -1,8 +1,7 @@
|
|||
<script setup>
|
||||
import FieldTypes from "./FieldTypes.vue";
|
||||
import FieldProperties from "./FieldProperties.vue";
|
||||
import { ref, watch } from "vue";
|
||||
import { useStore } from "../store";
|
||||
import { ref } from "vue";
|
||||
|
||||
let store = useStore();
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<script setup>
|
||||
import Section from "./Section.vue";
|
||||
import EditableInput from "./EditableInput.vue";
|
||||
import draggable from "vuedraggable";
|
||||
import { useStore } from "../store";
|
||||
import { section_boilerplate, confirm_dialog } from "../utils";
|
||||
import { ref, computed, nextTick } from "vue";
|
||||
import draggable from "vuedraggable";
|
||||
import { ref, computed } from "vue";
|
||||
|
||||
let store = useStore();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue