fix emoji reaction realtime

This commit is contained in:
YoheiZuho 2024-01-01 09:22:02 +00:00
parent 3ad062a886
commit 1f82788629

View File

@ -1,4 +1,4 @@
import { Map as ImmutableMap, fromJS } from 'immutable';
import { Map as ImmutableMap, List as ImmutableList, fromJS } from 'immutable';
import { STATUS_IMPORT, STATUSES_IMPORT } from '../actions/importer';
import { normalizeStatusTranslation } from '../actions/importer/normalizer';