import { FC, ComponentProps, Suspense } from 'react' const style = { width: 785, height: 785 } export const TestContainer: FC> = ({ children, ...rest }) => (
{children}
)