Skip to content

Commit

Permalink
Fix vue imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Jan 24, 2023
1 parent 3f3e896 commit 74b1dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions packages/web-pkg/src/components/sideBar/Spaces/SpaceInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
</template>

<script lang="ts">
import { defineComponent } from 'vue'
import { PropType } from 'vue'
import { defineComponent, PropType } from 'vue'
import { SpaceResource } from 'web-client'
export default defineComponent({
Expand Down
3 changes: 1 addition & 2 deletions packages/web-runtime/src/store/spaces.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { buildSpace, isProjectSpaceResource, SpaceResource } from 'web-client/src/helpers'
import { Ref } from 'vue'
import { Ref, unref } from 'vue'
import { set, has } from 'lodash-es'
import { unref } from 'vue'
import { buildSpaceShare } from 'web-client/src/helpers/share'
import { sortSpaceMembers } from '../helpers/space/sortMembers'

Expand Down

0 comments on commit 74b1dc2

Please sign in to comment.