diff options
Diffstat (limited to 'server/sonar-web/design-system/src/components/input/FileInput.tsx')
-rw-r--r-- | server/sonar-web/design-system/src/components/input/FileInput.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/design-system/src/components/input/FileInput.tsx b/server/sonar-web/design-system/src/components/input/FileInput.tsx index 17082a3f4ac..8ac68f29e77 100644 --- a/server/sonar-web/design-system/src/components/input/FileInput.tsx +++ b/server/sonar-web/design-system/src/components/input/FileInput.tsx @@ -19,8 +19,8 @@ */ import classNames from 'classnames'; import { useCallback, useRef, useState } from 'react'; +import { ButtonSecondary } from '../../sonar-aligned/components/buttons/ButtonSecondary'; import { Note } from '../Text'; -import { ButtonSecondary } from '../buttons/ButtonSecondary'; interface Props { chooseLabel: string; |