Skip to content

Commit

Permalink
minor typo fix. Fixes romannurik#136
Browse files Browse the repository at this point in the history
  • Loading branch information
romannurik committed Jan 27, 2017
1 parent 57cc61c commit f463b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/studio/forms/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {ColorField} from './ColorField';
import {EnumField} from './EnumField';
import {Field} from './Field';
import {Form} from './Form';
import {ImageField} from './Imagefield';
import {ImageField} from './ImageField';
import {RangeField} from './RangeField';
import {TextField} from './TextField';

Expand Down

0 comments on commit f463b38

Please sign in to comment.