diff --git a/src/pages/profile/index.tsx b/src/pages/profile/index.tsx
index 6831682..62cb5ef 100644
--- a/src/pages/profile/index.tsx
+++ b/src/pages/profile/index.tsx
@@ -4,7 +4,6 @@ import SEO from '@/components/common/head/SEO';
import { useSession } from 'next-auth/react';
import CharacterProfileInfo from '@/components/profile/CharacterProfileInfo';
import Loading from '@/components/common/dialog/Loading';
-import color from '@/styles/color';
import UserRouteButtons from '@/components/profile/UserRouteButtons';
const Profile = () => {
@@ -20,17 +19,17 @@ const Profile = () => {