Skip to content

Commit

Permalink
FE-27 🚚 마이페이지 ui 관련 폴더 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
JeonYumin94 committed Jul 30, 2024
1 parent 37295ed commit d8b08b4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { useMonthlyEmotionLogs } from '@/hooks/useGetEmotion';
import { Emotion } from '@/types/emotion';
import { useEffect, useState } from 'react';
import Calendar from './Calendar';
import Chart from './Chart';
import Calendar from '../../user/ui-calendar/Calendar';
import Chart from '../../user/ui-chart/Chart';

interface EmotionMonthlyLogsProps {
userId: number;
Expand Down
2 changes: 1 addition & 1 deletion src/pageLayout/MypageLayout/MyPageLayout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Header from '@/components/Header/Header';
import { useMeQuery } from '@/hooks/userQueryHooks';
import UserInfo from '@/types/user';
import EmotionMonthlyLogs from '@/user/ui-profile/EmotionMonthlyLogs';
import EmotionMonthlyLogs from '@/pageLayout/MypageLayout/EmotionMonthlyLogs';
import Profile from '@/user/ui-profile/Profile';
import { useRouter } from 'next/navigation';

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d8b08b4

Please sign in to comment.