From bf938178a449ca9f0334f7d6b9d12ed477e05ecd Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Wed, 12 Feb 2025 19:48:05 +0530 Subject: [PATCH] update --- src/Pages/Profile/Profile.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Pages/Profile/Profile.tsx b/src/Pages/Profile/Profile.tsx index b3b5b2f..fffe5c9 100644 --- a/src/Pages/Profile/Profile.tsx +++ b/src/Pages/Profile/Profile.tsx @@ -1,9 +1,9 @@ -import { Avatar, Box, Center, HStack, Input, SimpleGrid, Stack, Text, VStack } from "@chakra-ui/react"; +import { Avatar, Box, HStack, Text, VStack } from "@chakra-ui/react"; import { FaCamera } from "react-icons/fa"; -import MainFrame from "../../components/MainFrame"; -import Changepassword from "./ChangePassword"; -import { Field } from "../../components/ui/field"; import EditableInput from "../../components/EditableInput"; +import MainFrame from "../../components/MainFrame"; +import { Field } from "../../components/ui/field"; +import Changepassword from "./ChangePassword"; const Profile = () => { return (