box-ui-elements
Version:
Box UI Elements
8 lines (7 loc) • 401 B
JavaScript
import * as React from 'react';
import { FormattedMessage } from 'react-intl';
import { APP_INTEGRATION, HTTP_POST, HTTP_GET } from '../../constants';
import BoxToolsInstallMessage from '../../elements/content-open-with/BoxToolsInstallMessage';
// TODO: is there a way to consolidate BoxToolsInstallMessage,
// which is just a wrapper around FormattedMessage?
//# sourceMappingURL=integrations.js.map