fix: code styles
This commit is contained in:
@@ -15,12 +15,7 @@ import {
|
||||
confirmPhoneNumberCode,
|
||||
changePhoneNumber,
|
||||
} from '../../api/settingsApi';
|
||||
|
||||
interface Phone {
|
||||
phone: string;
|
||||
time: string;
|
||||
withCode: string;
|
||||
}
|
||||
import { type Phone } from '../../types/settingsType';
|
||||
|
||||
export function PhoneNumber() {
|
||||
const { t, i18n } = useTranslation('setting');
|
||||
|
||||
Reference in New Issue
Block a user