Skip to content

Commit

Permalink
feat: 홈페이지 import 문 수정 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
suwonthugger committed Dec 21, 2024
1 parent 90a5aaf commit c22e39e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/pages/HomePage/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { useNavigate } from 'react-router-dom';

import { useQueryClient } from '@tanstack/react-query';

import ButtonSVG from '@/shared/components/ButtonSVG';
import ModalWrapper, { ModalWrapperRef } from '@/shared/components/ModalWrapper';

import useClickOutside from '@/shared/hooks/useClickOutside';
Expand All @@ -29,14 +30,10 @@ import LargePlusIcon from '@/shared/assets/svgs/large_plus.svg?react';

import { ROUTES_CONFIG } from '@/router/routesConfig';

import ButtonSVG from '../../shared/components/ButtonSVG';
import BoxCategory from './Box/BoxCategory/BoxCategory';
import BoxTodayTodo from './Box/BoxTodayTodo/BoxTodayTodo';
import ButtonMoreFriends from './Button/ButtonMoreFriends/ButtonMoreFriends';
import ButtonUserProfile from './Button/ButtonUserProfile/ButtonUserProfile';
import { BoxCategory, BoxTodayTodo } from './Box';
import { ButtonMoreFriends, ButtonUserProfile } from './Button';
import DatePicker from './DatePicker/DatePicker';
import ModalContentsCategory from './ModalContents/ModalContentsCategory/ModalContentsCategory';
import ModalContentsFriends from './ModalContents/ModalContentsFriends/ModalContentsFriends';
import { ModalContentsCategory, ModalContentsFriends } from './ModalContents';
import StatusDefaultHome from './StatusDefaultHome/StatusDefaultHome';

dayjs.extend(utc);
Expand Down

0 comments on commit c22e39e

Please sign in to comment.