This commit is contained in:
Prospector
2025-07-05 11:37:41 -07:00
parent ece8a07486
commit 8faea1663a
2 changed files with 12 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import type { Dayjs } from 'dayjs';
import type { Dayjs } from 'dayjs'
import dayjs from 'dayjs'
import {
EyeIcon,
@@ -42,7 +42,7 @@ const emit = defineEmits<{
}>()
const props = defineProps<{
instance: GameInstance,
instance: GameInstance
last_played: Dayjs
}>()