[Glitch] Refactor: Update FormatJS

Port 1820a03622 to glitch-soc

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Echo
2026-03-25 15:38:35 +01:00
committed by Claire
parent bb3f258c64
commit f780570f2d
48 changed files with 122 additions and 47 deletions

View File

@@ -2,12 +2,13 @@
import PropTypes from 'prop-types';
import { PureComponent } from 'react';
import { defineMessages, FormattedMessage, injectIntl } from 'react-intl';
import { defineMessages, FormattedMessage } from 'react-intl';
import ImmutablePropTypes from 'react-immutable-proptypes';
// Our imports
import { injectIntl } from '@/flavours/glitch/components/intl';
import { expandSpoilers } from 'flavours/glitch/initial_state';
import { preferenceLink } from 'flavours/glitch/utils/backend_links';