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,
 }