fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 0349caaf79 - Show all commits

View file

@ -31,7 +31,7 @@
\*****************************************************************************/ \*****************************************************************************/
import React from "react"; import React from "react";
import { Logger, LogLevel } from "msal"; import { Logger } from "msal";
import { UserAgentApplication } from "msal"; import { UserAgentApplication } from "msal";
class GBLoginPlayer extends React.Component { class GBLoginPlayer extends React.Component {