Browse Source

clean code

reiji-h 2 năm trước cách đây
mục cha
commit
7639fe4803
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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,
 }