Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear committed Oct 20, 2023
1 parent bce422c commit a77cab1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/web-pkg/src/components/AppTopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
</template>

<script lang="ts">
import { computed, defineComponent, PropType, unref } from 'vue'
import { computed, defineComponent, PropType } from 'vue'
import { Resource } from '@ownclouders/web-client/src'
import { Action } from '../composables/actions/types'
import ContextActionMenu from './ContextActions/ContextActionMenu.vue'
import { useGettext } from 'vue3-gettext'
import { useFolderLink, useGetMatchingSpace } from '../composables'
import { isProjectSpaceResource, isShareSpaceResource } from '@ownclouders/web-client/src/helpers'
import { isShareSpaceResource } from '@ownclouders/web-client/src/helpers'
export default defineComponent({
name: 'AppTopBar',
Expand Down
2 changes: 1 addition & 1 deletion packages/web-runtime/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import { additionalTranslations } from './helpers/additionalTranslations' // esl
import { eventBus, useRouter } from '@ownclouders/web-pkg'
import { useHead } from './composables/head'
import { useStore } from '@ownclouders/web-pkg'
import { RouteLocation, Router } from 'vue-router'
import { RouteLocation } from 'vue-router'
export default defineComponent({
components: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ import {
useStore
} from '@ownclouders/web-pkg'
import { Resource, SpaceResource } from '@ownclouders/web-client'
import { isPersonalSpaceResource } from '@ownclouders/web-client/src/helpers'
import { join } from 'path'
import { urlJoin } from '@ownclouders/web-client/src/utils'
export default defineComponent({
Expand Down

0 comments on commit a77cab1

Please sign in to comment.