diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index 8acb254..fdeb527 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -1,3 +1,4 @@ +import ImageCard from '@/components/pages/auth/image-card' import FileInput from '@/components/pages/profile/file-input' import FormProfile from '@/components/pages/profile/form-profile' import Content from '@/components/ui/content' @@ -8,7 +9,9 @@ export default function Profile() {
- + + +

Profile

diff --git a/src/components/pages/profile/file-input.tsx b/src/components/pages/profile/file-input.tsx index 682e22d..0e177fd 100644 --- a/src/components/pages/profile/file-input.tsx +++ b/src/components/pages/profile/file-input.tsx @@ -1,6 +1,5 @@ 'use client' -import ImageCard from '@/components/pages/auth/image-card' import { Icons } from '@/components/ui/icons' import { Progress } from '@/components/ui/progress' import { PROGRESS_TIMEOUT_DELAY } from '@/constants' @@ -59,59 +58,50 @@ const FileInput: FC = ({ className }) => { } return ( -