File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import SettingRow from './SettingRow';
4
4
import SettingTitleRow from './SettingTitleRow' ;
5
5
import SettingSocialInfoRow from './SettingSocialInfoRow' ;
6
6
import SettingEmailRulesRow from './SettingEmailRulesRow' ;
7
- import Button from '../common/Button' ;
8
7
import { createFallbackTitle } from '../../lib/utils' ;
9
8
import { ProfileLinks } from '../../lib/graphql/user' ;
10
9
import SettingUnregisterRow from './SettingUnregisterRow' ;
Original file line number Diff line number Diff line change 1
- import React , { useEffect } from 'react' ;
1
+ import React from 'react' ;
2
2
import SettingUserProfile from '../../components/setting/SettingUserProfile' ;
3
3
import useUpload from '../../lib/hooks/useUpload' ;
4
4
import useS3Upload from '../../lib/hooks/useS3Upload' ;
5
5
import useUserProfile from './hooks/useUserProfile' ;
6
- import { FaUnlockAlt } from 'react-icons/fa' ;
7
6
import useUpdateThumbnail from './hooks/useUpdateThumbnail' ;
8
7
9
8
export type SettingUserProfileContainerProps = { } ;
You can’t perform that action at this time.
0 commit comments