This commit is contained in:
taskylizard 2023-11-03 15:52:52 +05:30
parent 234e42e5b6
commit fee503e3e3
No known key found for this signature in database
GPG key ID: 5CABA3D642DDC497
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
import Field from "./PaneFields.vue";
import Field from "./CardField.vue";
import Modal from "./Modal.vue";
</script>