We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c9be8 commit a60d016Copy full SHA for a60d016
1 file changed
packages/component/src/ActivityFeedback/providers/private/ActivityFeedbackContext.ts
@@ -1,4 +1,5 @@
1
-import { type OrgSchemaAction, type WebChatActivity } from 'botframework-webchat-core/org-schema.js';
+import { type WebChatActivity } from 'botframework-webchat-core';
2
+import { type OrgSchemaAction } from 'botframework-webchat-core/org-schema.js';
3
import { createContext, type Dispatch, type SetStateAction } from 'react';
4
5
type ActivityFeedbackContextType = Readonly<{
0 commit comments