Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gantoine committed Aug 27, 2024
1 parent 351fa5b commit 1c704dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/components/common/Platform/Card.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<script setup lang="ts">
import type { Platform } from "@/stores/platforms";
import PlatformIcon from "@/components/common/Platform/Icon.vue";
import { useRouter } from "vue-router";
const router = useRouter();
const props = defineProps<{ platform: Platform }>();
defineProps<{ platform: Platform }>();
</script>

<template>
Expand Down

0 comments on commit 1c704dd

Please sign in to comment.