Merge pull request #128 from svenV88/patch-1

Update faulty import of TagField component
This commit is contained in:
Robbie Averill 2019-02-12 18:39:25 +07:00 committed by GitHub
commit 3b54f02f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import Injector from 'lib/Injector';
import TagField from 'components/TagField';
import TagField from '../components/TagField';
export default () => {
Injector.component.registerMany({