Skip to content

Commit

Permalink
Update frontend/src/components/RequirementsInput.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Pieter Janin <pieter.janin@ugent.be>
  • Loading branch information
DRIESASTER and pieterjanin authored May 20, 2024
1 parent 6643475 commit 18caa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/RequirementsInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</template>

<script setup lang="ts">
import { ref, defineProps, defineEmits, watch, watchEffect } from "vue";
import { ref, defineEmits, watchEffect } from "vue";
import { useI18n } from "vue-i18n";
const { t } = useI18n();
Expand Down

0 comments on commit 18caa76

Please sign in to comment.