Upgrade Tabler to v1.73.0, use new import paths, remove Webpack hack

This commit is contained in:
Alex Gleason
2022-07-09 11:20:02 -05:00
parent 59cc913083
commit 6ddb44f626
121 changed files with 368 additions and 371 deletions

View File

@@ -26,7 +26,7 @@ const BundleColumnError: React.FC<IBundleColumnError> = ({ onRetry }) => {
<IconButton
iconClassName='w-20 h-20'
title={intl.formatMessage(messages.retry)}
src={require('@tabler/icons/icons/refresh.svg')}
src={require('@tabler/icons/refresh.svg')}
onClick={handleRetry}
/>