Update qs path imports to include util

This commit is contained in:
John Mitchell
2019-04-11 12:00:39 -04:00
parent e36320174c
commit bab7095d67
4 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ import DataListToolbar from '../../../components/DataListToolbar';
import {
parseQueryString,
} from '../../../qs';
} from '../../../util/qs';
const userRolesWrapperStyle = {
display: 'flex',