Skip to content

Commit a60d016

Browse files
committed
Fix typing
1 parent 25c9be8 commit a60d016

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/component/src/ActivityFeedback/providers/private/ActivityFeedbackContext.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { type OrgSchemaAction, type WebChatActivity } from 'botframework-webchat-core/org-schema.js';
1+
import { type WebChatActivity } from 'botframework-webchat-core';
2+
import { type OrgSchemaAction } from 'botframework-webchat-core/org-schema.js';
23
import { createContext, type Dispatch, type SetStateAction } from 'react';
34

45
type ActivityFeedbackContextType = Readonly<{

0 commit comments

Comments
 (0)