Fix accidentally importing vanilla code in glitch-soc flavor (#1863)

This commit is contained in:
Claire
2022-10-11 19:35:37 +02:00
committed by GitHub
parent b01faa7375
commit 18f210aff6
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import {
HASHTAG_FOLLOW_FAIL,
HASHTAG_UNFOLLOW_REQUEST,
HASHTAG_UNFOLLOW_FAIL,
} from 'mastodon/actions/tags';
} from 'flavours/glitch/actions/tags';
import { Map as ImmutableMap, fromJS } from 'immutable';
const initialState = ImmutableMap();