From b0a9244782931d47adf7cf0007a8297ff64e9f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Mon, 18 Jul 2022 22:35:07 +0000 Subject: [PATCH] Update index.tsx --- app/soapbox/features/edit_profile/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/edit_profile/index.tsx b/app/soapbox/features/edit_profile/index.tsx index e17683940..21df0a327 100644 --- a/app/soapbox/features/edit_profile/index.tsx +++ b/app/soapbox/features/edit_profile/index.tsx @@ -4,6 +4,7 @@ import { defineMessages, useIntl, FormattedMessage } from 'react-intl'; import { updateNotificationSettings } from 'soapbox/actions/accounts'; import { patchMe } from 'soapbox/actions/me'; import snackbar from 'soapbox/actions/snackbar'; +import BirthdayInput from 'soapbox/components/birthday_input'; import List, { ListItem } from 'soapbox/components/list'; import { Button, @@ -25,7 +26,6 @@ import resizeImage from 'soapbox/utils/resize_image'; import ProfilePreview from './components/profile-preview'; import type { Account } from 'soapbox/types/entities'; -import BirthdayInput from 'soapbox/components/birthday_input'; /** * Whether the user is hiding their follows and/or followers.