瀏覽代碼

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