Move more modules from flavours/glitch/utils to flavours/glitch

This commit is contained in:
Claire
2022-10-11 11:39:52 +02:00
parent 2535ec4fcb
commit b75bf336bd
42 changed files with 36 additions and 36 deletions

View File

@@ -17,7 +17,7 @@ import {
ACCOUNT_UNFOLLOW_SUCCESS,
} from 'flavours/glitch/actions/accounts';
import { Map as ImmutableMap, List as ImmutableList, OrderedSet as ImmutableOrderedSet, fromJS } from 'immutable';
import compareId from 'flavours/glitch/utils/compare_id';
import compareId from '../compare_id';
const initialState = ImmutableMap();