feat: add switch

This commit is contained in:
jiangruowei
2017-02-07 17:40:38 +08:00
parent 4562ca8b19
commit 72ea01032e
13 changed files with 251 additions and 2 deletions

3
packages/switch/index.js Normal file
View File

@@ -0,0 +1,3 @@
import Switch from './src/switch';
export default Switch;