Add stl antenna mode

This commit is contained in:
KMY 2023-05-10 09:42:29 +09:00
parent 551a676161
commit 7d237611d9
8 changed files with 38 additions and 4 deletions

View file

@ -4,7 +4,7 @@ import { makeGetAccount } from '../../../selectors';
import ImmutablePureComponent from 'react-immutable-pure-component';
import ImmutablePropTypes from 'react-immutable-proptypes';
import { Avatar } from '../../../components/avatar';
import DisplayName from '../../../components/display_name';
import { DisplayName } from '../../../components/display_name';
import { injectIntl } from 'react-intl';
const makeMapStateToProps = () => {