field component

This commit is contained in:
cookfront
2017-02-12 12:35:10 +08:00
parent 5f37f3ee54
commit a7dec9fe8e
7 changed files with 53 additions and 2 deletions

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

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