Skip to content

Commit

Permalink
chore(composables): delete redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Mao committed May 9, 2023
1 parent 82ccfbb commit 51f0846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/stage.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable vue/one-component-per-file */
import { defineComponent, h, inject, markRaw, onMounted, onUnmounted, provide, ref, renderSlot, warn, watch } from 'vue-demi'
import { defineComponent, h, inject, markRaw, onMounted, onUnmounted, ref, renderSlot, warn, watch } from 'vue-demi'
import { throttle } from '@antfu/utils'
import type { Container } from 'pixi.js'
import { Application } from 'pixi.js'
Expand Down

0 comments on commit 51f0846

Please sign in to comment.