Skip to content

Commit e084105

Browse files
committed
Sort import
1 parent c6f55f7 commit e084105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/component/src/decorator/private/WebChatDecorator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import {
33
DecoratorComposer,
44
type DecoratorMiddleware
55
} from 'botframework-webchat-api/decorator';
6+
import { reactNode, validateProps } from 'botframework-webchat-react-valibot';
67
import React, { memo } from 'react';
78
import { object, optional, pipe, readonly, type InferInput } from 'valibot';
89

9-
import { reactNode, validateProps } from 'botframework-webchat-react-valibot';
1010
import BorderFlair from './BorderFlair';
1111
import BorderLoader from './BorderLoader';
1212
import WebChatTheme from './WebChatTheme';

0 commit comments

Comments
 (0)