Cleanup missing lang settings

This commit is contained in:
Matthias 2023-05-09 20:07:05 +02:00
parent ff1b217ca9
commit 88bd3a781a
2 changed files with 1 additions and 5 deletions

View File

@ -4,7 +4,7 @@
</div>
</template>
<script setup>
<script setup lang="ts">
defineProps({
hint: { type: String, required: true },
});

View File

@ -8,7 +8,3 @@
</p>
</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>