fix: code styles
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import { Box, Typography } from '@mui/material';
|
||||
import { Icon } from '@rkheftan/harmony-ui';
|
||||
import { Mobile } from 'iconsax-react';
|
||||
|
||||
interface PhoneDisplayProps {
|
||||
phones: { phone: string; time: string }[];
|
||||
}
|
||||
import { type PhoneDisplayProps } from '@/features/profile/types/settingsType';
|
||||
|
||||
export default function PhoneDisplay({ phones }: PhoneDisplayProps) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user