Skip to content

Commit

Permalink
fix(Button): icon import
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 18, 2021
1 parent 5460fd4 commit 0de12aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/elements/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</template>

<script>
import Icon from './icon'
import Icon from './Icon'
export default {
components: {
Expand Down

0 comments on commit 0de12aa

Please sign in to comment.