Skip to content

Commit

Permalink
Fix exports.
Browse files Browse the repository at this point in the history
Fixes #2 and #3.
  • Loading branch information
leMaik committed May 30, 2017
1 parent 9f919c1 commit 9251ec4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/SearchBar/SearchBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const styles = {
width: '100%'
}
}

/**
* Material design search bar
* @see [Search patterns](https://material.io/guidelines/patterns/search.html)
Expand Down
2 changes: 1 addition & 1 deletion src/components/SearchBar/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default from './SearchBar'
export { default } from './SearchBar'
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export Rating from './components/Rating'
export { default } from './components/SearchBar'

0 comments on commit 9251ec4

Please sign in to comment.