Skip to content

Commit

Permalink
fix: issue with typescript compilation of vue files probably caused b…
Browse files Browse the repository at this point in the history
…y a dep update
  • Loading branch information
liana-p committed Jun 27, 2023
1 parent 0de85ae commit 90f9cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/narrat/src/components/saves/save-slot-ui.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</template>
<script setup lang="ts">
import { SaveSlot } from '../../types/game-save';
import { computed, defineProps, PropType, ref } from 'vue';
import { computed, PropType, ref } from 'vue';
import { toHHMMSS } from '../../utils/time-helpers';
import { renameSave } from '../../utils/save-helpers';
import { getConfig, getImageUrl, screensConfig } from '@/config';
Expand Down

0 comments on commit 90f9cf1

Please sign in to comment.