import React from 'react' export const wrapInSuspense = (component: any, fallback?: any) => ( {component} )