boostcamp-2020 / Project16-F-Account-Book

12 stars 1 forks source link

Header를 갖는 MainLayout 컴포넌트 구현 #105

Closed changheedev closed 3 years ago

changheedev commented 3 years ago

Issue Number

Close #102

새로운 기능

스크린샷 2020-12-01 오후 10 55 55

코드 예시

import MainLayout from '@/components/common/layouts/MainLayout';

const CalendarPage = (): JSX.Element => {
  return (
    <MainLayout>
      <CalendarContainer></CalendarContainer>
    </MainLayout>
  );
};

작업 유형

체크리스트

@boostcamp-2020/accountbook_mentor