This website requires JavaScript.
Explore
Help
Sign In
vitalif
/
react-toolbox
Watch
1
Star
0
Fork
You've already forked react-toolbox
0
Code
Issues
Pull Requests
Releases
12
Wiki
Activity
master
react-toolbox
/
components
/
font_icon
/
index.js
5 lines
86 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Update dependencies and linter (#1180)
2017-01-26 20:05:32 +03:00
import
{
FontIcon
}
from
'./FontIcon'
;
Add specific imports for FontIcon
2016-05-29 20:38:06 +03:00
export
default
FontIcon
;
export
{
FontIcon
}
;