Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
KwikKill committed Mar 7, 2024
1 parent ad40b08 commit cf080dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TeamCard.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts">
import { storeToRefs } from 'pinia';
import type { Team } from '@/models/team';
import type { PlayerRegistration } from '@/models/registration';
import type { Team } from '@/models/team';
import { useUserStore } from '@/stores/user.store';
import PaymenStatusIcon from './PaymenStatusIcon.vue';
Expand Down

0 comments on commit cf080dd

Please sign in to comment.