Skip to content

Commit

Permalink
chore: typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Aug 10, 2024
1 parent 875e975 commit 971e991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/[user]/[project]/versions/[version].vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts" setup>
import type { HangarProject, HangarVersion, Platform } from "~/types/backend";
import type { HangarProject, Platform } from "~/types/backend";
import { useDataLoader } from "~/composables/useDataLoader";
defineProps<{
Expand Down

0 comments on commit 971e991

Please sign in to comment.