From 87e7be60c7ca135b369bbc6a30bd6cf6329ee956 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EC=86=8C=EC=9A=B8=EC=B9=98=ED=82=A8?=
<90738604+soulchicken@users.noreply.github.com>
Date: Tue, 24 Oct 2023 00:01:12 +0900
Subject: [PATCH] =?UTF-8?q?Style:=20=EA=B0=9C=EC=9D=B8=20=ED=94=84?=
=?UTF-8?q?=EB=A1=9C=ED=95=84=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20?=
=?UTF-8?q?=EC=9E=A1=EA=B8=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/profile/index.tsx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
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 = () => {