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 1a17902 commit 2dfee1c
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';
import { useRoute, useRouter } from 'vue-router';
import { useNavigationStore } from '@/store/NavigationStore';
import { useAASStore } from '@/store/AASDataStore';
Expand Down

0 comments on commit 2dfee1c

Please sign in to comment.