Fix linter issue
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Brain 2024-04-23 22:15:23 +02:00
parent c9653f320e
commit 9f8ef354bc
Signed by: Brain
GPG Key ID: EE936E31EE3AEE7A
2 changed files with 2 additions and 2 deletions

View File

@ -671,7 +671,7 @@ import QrcodeVue from 'qrcode.vue'
import iso3166Import from '@/assets/iso3166.json'
// Internal Component
import Faq from '@/components/faq'
import Faq from '@/components/TheFaq.vue'
export default {
name: "App",

View File

@ -43,6 +43,6 @@
<script>
export default {
name: 'Faq'
name: 'TheFaq'
}
</script>