Skip to content

Commit

Permalink
fix: 다짐메시지 테스트 삭제 (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
simeunseo authored Jul 20, 2024
1 parent 901147b commit 9f80789
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ import type { NextPage } from 'next';
import AuthRequired from '@/components/auth/AuthRequired';
import ActiveBannerSlot from '@/components/common/Banner/ActiveBannerSlot';
import FeedHomePage from '@/components/feed/page/FeedHomePage';
import ResolutionReadModal from '@/components/resolution/read/ResolutionReadModal';
import { setLayout } from '@/utils/layout';

const Home: NextPage = () => {
return (
<AuthRequired>
<ActiveBannerSlot />
<ResolutionReadModal
onClose={() => {
console.log('모달 닫기');
}}
/>
<FeedHomePage />
</AuthRequired>
);
Expand Down

0 comments on commit 9f80789

Please sign in to comment.