Skip to content

Commit

Permalink
Update App.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzi authored Aug 30, 2024
1 parent b279287 commit f763b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aas-web-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</template>

<script lang="ts">
import { defineComponent } from 'vue';
import { defineComponent } from 'vue'

Check failure on line 17 in aas-web-ui/src/App.vue

View workflow job for this annotation

GitHub Actions / lint

Insert `;`

Check failure on line 17 in aas-web-ui/src/App.vue

View workflow job for this annotation

GitHub Actions / build

Insert `;`

Check failure on line 17 in aas-web-ui/src/App.vue

View workflow job for this annotation

GitHub Actions / build

Insert `;`
import { useRoute, useRouter } from 'vue-router';
import AppNavigation from '@/components/AppNavigation/AppNavigation.vue';
import RequestHandling from '@/mixins/RequestHandling';
Expand Down

0 comments on commit f763b4b

Please sign in to comment.