From ad97599b6bfd128cf8f22397edeb573f1c95348f Mon Sep 17 00:00:00 2001 From: gahyuun Date: Tue, 10 Sep 2024 18:38:24 +0900 Subject: [PATCH] fix: fix my page userInfo skeleton --- app/(sub-page)/my/page.tsx | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/app/(sub-page)/my/page.tsx b/app/(sub-page)/my/page.tsx index 8c0ef994..c545500f 100644 --- a/app/(sub-page)/my/page.tsx +++ b/app/(sub-page)/my/page.tsx @@ -7,7 +7,6 @@ import { DIALOG_KEY } from '@/app/utils/key/dialog-key.util'; import { Suspense } from 'react'; import MyResultContainer from './components/my-result-container'; import SignButtonGroup from '@/app/ui/user/user-info-navigator/sign-button-group'; -import Responsive from '@/app/ui/responsive'; import ContentContainer from '@/app/ui/view/atom/content-container/content-container'; import TakenLectureSkeleton from '@/app/ui/lecture/taken-lecture/taken-lecture.skeleton'; import type { Metadata } from 'next'; @@ -33,16 +32,14 @@ export default function MyPage() { return ( <> - -
- }> - -
- -
-
-
-
+
+ }> + +
+ +
+
+
}>