Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
renrizzolo committed Nov 16, 2017
1 parent e9c86ab commit d330d02
Show file tree
Hide file tree
Showing 4 changed files with 726 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Dependency directories
node_modules/
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import SectionedMultiSelect from './lib/sectioned-multi-select';

export default SectionedMultiSelect;
Loading

0 comments on commit d330d02

Please sign in to comment.