소스 검색

clean code

reiji-h 2 년 전
부모
커밋
7639fe4803
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      packages/presentation/src/components/RichSlideSection.tsx

+ 0 - 2
packages/presentation/src/components/RichSlideSection.tsx

@@ -1,7 +1,5 @@
-
 import React, { ReactNode } from 'react';
 
-
 type RichSlideSectionProps = {
   children: ReactNode,
 }