diff options
Diffstat (limited to 'server/sonar-web/design-system/src/components/buttons/DownloadButton.tsx')
-rw-r--r-- | server/sonar-web/design-system/src/components/buttons/DownloadButton.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/design-system/src/components/buttons/DownloadButton.tsx b/server/sonar-web/design-system/src/components/buttons/DownloadButton.tsx index 626556d1d86..e367df53622 100644 --- a/server/sonar-web/design-system/src/components/buttons/DownloadButton.tsx +++ b/server/sonar-web/design-system/src/components/buttons/DownloadButton.tsx @@ -18,8 +18,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ import styled from '@emotion/styled'; -import { buttonStyle } from './Button'; -import { PrimaryStyle } from './ButtonPrimary'; +import { buttonStyle, PrimaryStyle } from '../../sonar-aligned/components/buttons'; export const DownloadButton = styled.a` ${buttonStyle} |