Skip to content

Commit

Permalink
Import React pedantically correct (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirJosh3917 authored Jan 30, 2021
1 parent 9f062d5 commit f3e1fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/createIcon.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react'
import * as React from 'react'
import SvgIcon from '@material-ui/core/SvgIcon'

export default (path) => {
Expand Down

0 comments on commit f3e1fba

Please sign in to comment.