Skip to content

Commit

Permalink
Name input and dialog components
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Sep 3, 2015
1 parent a6a52ea commit 334e4d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/dialog/index.cjsx
Expand Up @@ -3,6 +3,7 @@ Button = require '../button'
Navigation = require '../navigation'

module.exports = React.createClass
displayName : 'Dialog'

# -- States & Properties
propTypes:
Expand Down
1 change: 1 addition & 0 deletions components/input/index.cjsx
@@ -1,6 +1,7 @@
localCSS = require './style'

module.exports = React.createClass
displayName : 'Input'

# -- States & Properties
propTypes:
Expand Down

0 comments on commit 334e4d0

Please sign in to comment.