Replace react-helmet with react-helmet-async

This commit is contained in:
SleepWalker
2019-12-30 09:29:39 +02:00
parent 884c77141a
commit b3f1268950
16 changed files with 26 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import { connect } from 'react-redux';
import { FormattedMessage as Message } from 'react-intl';
import Helmet from 'react-helmet';
import { Helmet } from 'react-helmet-async';
import { Button } from 'app/components/ui/form';
import copy from 'app/services/copy';
import { RootState } from 'app/reducers';