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