Skip to content

Commit

Permalink
fix: Shift icon-helper in the helper folder
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-deepsource authored and sanket-deepsource committed Jan 12, 2021
1 parent a34eb1a commit c9b856a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/ZIcon/ZIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<script>
import feather from 'feather-icons'
import customIcons from '../../utils/icon-helper'
import customIcons from '../../helpers/components/icon'
export default {
name: 'ZIcon',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Icons from '../icons/icons.json'
import Icons from '../../icons/icons.json'

interface Icons {
[key: string]: any
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"tests/**/*.ts",
"tests/**/*.tsx",
"src/utils/build-icons.js",
"src/utils/icon-helper.ts"
"src/helpers/components/icon.ts"
],
// "include": ["src/*"],
"exclude": ["**/*.spec.ts", "**/*.spec.js", "node_modules"]
Expand Down

0 comments on commit c9b856a

Please sign in to comment.