Skip to content

Commit

Permalink
style: npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
reiroop committed Jan 1, 2025
1 parent 742dd60 commit 6902f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/membership/membershipPage.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts">
import { useRoute } from 'vue-router';
import { useRoute } from 'vue-router'
import MemberShipPageUserTypeSelect from './MemberShipPageUserTypeSelect.vue';
import MemberShipPageUserTypeSelect from './MemberShipPageUserTypeSelect.vue'
const route = useRoute()
</script>
Expand Down

0 comments on commit 6902f91

Please sign in to comment.