{isCreatingResources || hasErrorCreatingResources ? (
) : (
svg]:h-8',
'[&>svg]:w-[130px]',
'flex-col',
'flex',
'items-center',
'py-8',
'sm:mx-auto',
'sm:my-0',
'space-y-8',
'w-full'
)}
>
)}
);
};
const curriedWithSessionLoader = (component) =>
withSessionLoader(component, BREAKPOINTS.lg);
export default compose(
curriedWithSessionLoader,
withVerticalScroller
)(UserManagement);