fix(default.gbui): Temp. rem. of fingerprint2 lib.
This commit is contained in:
parent
5988241b06
commit
414f29c1d2
2 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@
|
||||||
"botframework-webchat": "^4.7.1",
|
"botframework-webchat": "^4.7.1",
|
||||||
"deep-extend": "0.6.0",
|
"deep-extend": "0.6.0",
|
||||||
"fetch": "1.1.0",
|
"fetch": "1.1.0",
|
||||||
"fingerprintjs2": "^2.1.0",
|
|
||||||
"msal": "^1.2.0",
|
"msal": "^1.2.0",
|
||||||
"powerbi-client": "2.10.2",
|
"powerbi-client": "2.10.2",
|
||||||
"react": "^16.12.0",
|
"react": "^16.12.0",
|
||||||
|
|
|
@ -42,7 +42,7 @@ import { DirectLine } from 'botframework-directlinejs';
|
||||||
import { ConnectionStatus } from 'botframework-directlinejs';
|
import { ConnectionStatus } from 'botframework-directlinejs';
|
||||||
import ReactWebChat from 'botframework-webchat';
|
import ReactWebChat from 'botframework-webchat';
|
||||||
import { UserAgentApplication } from 'msal';
|
import { UserAgentApplication } from 'msal';
|
||||||
import Fingerprint2 from 'fingerprintjs2';
|
|
||||||
|
|
||||||
class GBUIApp extends React.Component {
|
class GBUIApp extends React.Component {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue