fix: loading spinner style in dialog/alert component.

feat: add sell and purchase description fields.
This commit is contained in:
a.bouhuolia
2021-02-08 14:44:17 +02:00
parent 9422fb2b86
commit 01aaa9de25
6 changed files with 72 additions and 15 deletions

View File

@@ -1,10 +1,6 @@
import axios from 'axios';
import React from 'react';
import { Intent } from '@blueprintjs/core';
import { store } from 'store/createStore';
import { logout } from 'store/authentication/authentication.actions';
import AppToaster from 'components/AppToaster';
import { FormattedMessage as T, useIntl } from 'react-intl';
import { setGlobalErrors } from 'store/globalErrors/globalErrors.actions';
const http = axios.create();