Skip to content

Commit

Permalink
fix: react import
Browse files Browse the repository at this point in the history
  • Loading branch information
emunhoz committed Jul 28, 2020
1 parent 49ff89e commit efdd03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/Button.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react'
import * as React from 'react'
import * as S from './styled'

interface IButton {
Expand Down

0 comments on commit efdd03b

Please sign in to comment.