Skip to content

Commit

Permalink
change immutable helper import
Browse files Browse the repository at this point in the history
  • Loading branch information
djyde committed Jul 2, 2018
1 parent d0e214c commit 2260ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
Menu,
Affix
} from 'antd'
import * as update from 'immutability-helper'
import update = require('immutability-helper')
import { PaginationProps } from 'antd/lib/pagination/Pagination'
import { ValidationRule } from 'antd/lib/form/Form'
import SearchField from './SearchField'
Expand Down

0 comments on commit 2260ca5

Please sign in to comment.