Move flavours/glitch/util/initial_state to flavours/glitch/initial_state

This commit is contained in:
Claire
2022-10-11 10:17:04 +02:00
parent 94713940c7
commit 26b687160b
77 changed files with 78 additions and 78 deletions

View File

@@ -54,7 +54,7 @@ import {
FollowRecommendations,
} from 'flavours/glitch/util/async-components';
import { HotKeys } from 'react-hotkeys';
import { me, title } from 'flavours/glitch/util/initial_state';
import { me, title } from 'flavours/glitch/initial_state';
import { closeOnboarding, INTRODUCTION_VERSION } from 'flavours/glitch/actions/onboarding';
import { defineMessages, FormattedMessage, injectIntl } from 'react-intl';
import { Helmet } from 'react-helmet';