Skip to content

Commit 1a23fb6

Browse files
committed
Style
1 parent ca34ef8 commit 1a23fb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/component/src/providers/GroupedRenderingActivities/GroupedRenderingActivities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { WebChatActivity } from 'botframework-webchat-core';
1+
import { type WebChatActivity } from 'botframework-webchat-core';
22

33
type GroupedRenderingActivities = Readonly<{
44
activities: readonly WebChatActivity[];

0 commit comments

Comments
 (0)