Skip to content

Commit

Permalink
Fix import errors and file license strings
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Musale <[email protected]>
  • Loading branch information
musale committed Aug 23, 2023
1 parent 9c85ed2 commit 2c93335
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ import {
SendBoxProps,
SystemMessage
} from '@azure/communication-react';
import { getUserWithPhoto } from '@microsoft/mgt-components';
import { IDynamicPerson, getUserWithPhoto } from '@microsoft/mgt-components';
import { ActiveAccountChanged, IGraph, LoginChangedEvent, ProviderState, Providers } from '@microsoft/mgt-element';
import { IDynamicPerson } from '@microsoft/mgt-react';
import {
AadUserConversationMember,
Chat,
Expand Down Expand Up @@ -47,8 +46,7 @@ import {
updateChatTopic
} from './graph.chat';
import { updateMessageContentWithImage } from './updateMessageContentWithImage';
import { graph } from '../utils/graph';
import { currentUserId, getCurrentUser, currentUserName } from '../utils/currentUser';
import { currentUserName } from '../utils/currentUser';
import { GraphError } from '@microsoft/microsoft-graph-client';

// 1x1 grey pixel
Expand Down
7 changes: 7 additions & 0 deletions packages/mgt-chat/src/utils/types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* -------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License.
* See License in the project root for license information.
* -------------------------------------------------------------------------------------------
*/

import { ChatMessage, Message } from '@azure/communication-react';
import { GraphChatMessage } from 'src/statefulClient/StatefulGraphChatClient';

Expand Down

0 comments on commit 2c93335

Please sign in to comment.