Update index.tsx

This commit is contained in:
marcin mikołajczak 2022-07-18 22:35:07 +00:00
parent 4af99de109
commit b0a9244782

View file

@ -4,6 +4,7 @@ import { defineMessages, useIntl, FormattedMessage } from 'react-intl';
import { updateNotificationSettings } from 'soapbox/actions/accounts'; import { updateNotificationSettings } from 'soapbox/actions/accounts';
import { patchMe } from 'soapbox/actions/me'; import { patchMe } from 'soapbox/actions/me';
import snackbar from 'soapbox/actions/snackbar'; import snackbar from 'soapbox/actions/snackbar';
import BirthdayInput from 'soapbox/components/birthday_input';
import List, { ListItem } from 'soapbox/components/list'; import List, { ListItem } from 'soapbox/components/list';
import { import {
Button, Button,
@ -25,7 +26,6 @@ import resizeImage from 'soapbox/utils/resize_image';
import ProfilePreview from './components/profile-preview'; import ProfilePreview from './components/profile-preview';
import type { Account } from 'soapbox/types/entities'; import type { Account } from 'soapbox/types/entities';
import BirthdayInput from 'soapbox/components/birthday_input';
/** /**
* Whether the user is hiding their follows and/or followers. * Whether the user is hiding their follows and/or followers.