Skip to content

Commit

Permalink
Wrapped ImageLoader in radium. (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCStewart authored Apr 24, 2018
1 parent 6bfec7d commit 7745a4a
Showing 2 changed files with 4 additions and 0 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions src/image-loader/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import Radium from 'radium';
import ImageLoader from './component';

export default Radium(ImageLoader);

0 comments on commit 7745a4a

Please sign in to comment.