reiji-h 2 лет назад
Родитель
Сommit
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';
 import React, { ReactNode } from 'react';
 
 
-
 type RichSlideSectionProps = {
 type RichSlideSectionProps = {
   children: ReactNode,
   children: ReactNode,
 }
 }