Rename flavours/glitch/util into flavours/glitch/utils
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import escapeTextContentForBrowser from 'escape-html';
|
||||
import { createSelector } from 'reselect';
|
||||
import { List as ImmutableList } from 'immutable';
|
||||
import { toServerSideType } from 'flavours/glitch/util/filters';
|
||||
import { toServerSideType } from 'flavours/glitch/utils/filters';
|
||||
import { me } from 'flavours/glitch/initial_state';
|
||||
|
||||
const getAccountBase = (state, id) => state.getIn(['accounts', id], null);
|
||||
|
Reference in New Issue
Block a user