fix: code styles

This commit is contained in:
Koosha Lahouti
2025-08-15 15:29:14 +03:30
parent 0b42f4ccba
commit fe8947790d
14 changed files with 114 additions and 113 deletions

View File

@@ -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 (