diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projectLinks/CreationModal.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/projectLinks/CreationModal.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/projectLinks/CreationModal.tsx b/server/sonar-web/src/main/js/apps/projectLinks/CreationModal.tsx index f5833dc98ca..6302f3a8053 100644 --- a/server/sonar-web/src/main/js/apps/projectLinks/CreationModal.tsx +++ b/server/sonar-web/src/main/js/apps/projectLinks/CreationModal.tsx @@ -17,9 +17,10 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + import { Button, ButtonVariety } from '@sonarsource/echoes-react'; -import { FormField, InputField, Modal } from 'design-system'; import * as React from 'react'; +import { FormField, InputField, Modal } from '~design-system'; import MandatoryFieldsExplanation from '../../components/ui/MandatoryFieldsExplanation'; import { translate } from '../../helpers/l10n'; |