Update index.tsx
This commit is contained in:
parent
4af99de109
commit
b0a9244782
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue