Skip to content

Commit

Permalink
🐛 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lumi-tip committed Oct 28, 2024
1 parent 1c950de commit 47407f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js_modules/profile/Information.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import useTranslation from 'next-translate/useTranslation';
import Head from 'next/head';
import { useCallback, useEffect, useState } from 'react';
import Cropper from 'react-easy-crop';
import ProfileForm from '../../common/components/profileForm';
import ProfileForm from '../../common/components/ProfileForm';
import Text from '../../common/components/Text';
import useAuth from '../../common/hooks/useAuth';
import useStyle from '../../common/hooks/useStyle';
Expand Down

0 comments on commit 47407f4

Please sign in to comment.