feat: yup locale.

This commit is contained in:
elforjani3
2021-06-12 18:13:49 +02:00
parent 7d5bb95e75
commit 3fe85c519d
4 changed files with 79 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import React, { useCallback } from 'react';
import { Button, Intent } from '@blueprintjs/core';
import { useHistory } from 'react-router-dom';
import WorkflowIcon from './WorkflowIcon';
import { FormattedMessage as T } from 'react-intl';
import { FormattedMessage as T } from 'components';
import withOrganizationActions from 'containers/Organization/withOrganizationActions';
import 'style/pages/Setup/Congrats.scss';