Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fschade committed Apr 25, 2022
1 parent 4841976 commit 74cc649
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/web-pocs/src/components/OcTable/OcTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@
</div>
</template>
<script>
import { mixins, utils, helpers } from 'owncloud-design-system'
/* global Vue */
import { mixins, utils, helpers, components } from 'owncloud-design-system'
const { getSizeClass } = utils
const {
EVENT_THEAD_CLICKED,
Expand All @@ -192,6 +194,7 @@ const {
EVENT_ITEM_DROPPED,
EVENT_ITEM_DRAGGED
} = helpers.constants
const { OcGhostElement } = components
/**
* A table component with dynamic layout and data.
Expand Down

0 comments on commit 74cc649

Please sign in to comment.