Skip to content

Commit

Permalink
fix: import layoutHelper with file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed May 16, 2023
1 parent 050fb00 commit 94bca7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/presenter.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { computed } from 'vue'
import { resolveAssetUrl } from '@slidev/client/layoutHelper'
import { resolveAssetUrl } from '@slidev/client/layoutHelper.ts'
const props = defineProps({
photo: {
Expand Down

0 comments on commit 94bca7a

Please sign in to comment.