Skip to content

Commit

Permalink
fixed dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Aug 19, 2015
1 parent 4caf6d7 commit 2e7b0da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
22 changes: 12 additions & 10 deletions modules/index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
import autoprefix from "./autoprefix"
import createStyleSheet from "./createStyleSheet"
import {em, rem, percent, deg, vw, vh} from "./units"
import resizeable from "./react/resizeable"
import ResizeProvider from "./react/ResizeProvider"

export default {
createStyleSheet,
em,
rem,
percent,
deg,
vw,
vh,
__VERSION__,
}
export { createStyleSheet as createStyleSheet }
export { em as em }
export { rem as rem }
export { percent as percent }
export { deg as deg }
export { vw as vw }
export { vh as vh }
export { resizeable as resizeable }
export { ResizeProvider as ResizeProvider }
export { __VERSION__ as version }
7 changes: 0 additions & 7 deletions modules/react/index.js

This file was deleted.

0 comments on commit 2e7b0da

Please sign in to comment.