reiji-h 2 ani în urmă
părinte
comite
7639fe4803

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

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