Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeTorrealba committed Sep 20, 2024
1 parent 6e6ea76 commit a6988d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/useLoader/component.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { reactive } from 'vue'
import type { Loader } from 'three'
import { reactive } from 'vue'
import { useLoader } from './index'
const props = defineProps<{
Expand Down

0 comments on commit a6988d4

Please sign in to comment.