Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Make .vue component imports in OcTable explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Mar 21, 2022
1 parent fd68952 commit f3032b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/molecules/OcTable/OcTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
import Vue from "vue"
import OcThead from "../../atoms/_OcTableHeader/_OcTableHeader.vue"
import OcTbody from "../../atoms/_OcTableBody/_OcTableBody.vue"
import OcTr from "../../atoms/_OcTableRow/_OcTableRow"
import OcTh from "../../atoms/_OcTableCellHead/_OcTableCellHead"
import OcTr from "../../atoms/_OcTableRow/_OcTableRow.vue"
import OcTh from "../../atoms/_OcTableCellHead/_OcTableCellHead.vue"
import OcTd from "../../atoms/_OcTableCellData/_OcTableCellData.vue"
import OcGhostElement from "../../atoms/_OcGhostElement/_OcGhostElement.vue"
import OcButton from "../../atoms/OcButton/OcButton.vue"
Expand Down

0 comments on commit f3032b4

Please sign in to comment.