import React from 'react'; import { Trans } from '@kit/ui/makerkit/trans'; import { TableCell, TableRow } from '@kit/ui/shadcn/table'; import { withI18n } from '~/lib/i18n/with-i18n'; import { CheckWithBackground } from './compare-packages-modal'; const DefaultPackageFeaturesRows = () => { return ( <> ); }; export default withI18n(DefaultPackageFeaturesRows);