0
0
Fork 0

Remove unused reactive import

This commit is contained in:
William Buezas 2024-04-02 12:48:14 -03:00
parent 3569afdb85
commit 507c979cc2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<script setup>
import { reactive, ref } from 'vue';
import { ref } from 'vue';
import { useRoute } from 'vue-router';
import { useI18n } from 'vue-i18n';