diff --git a/Composer/packages/client/src/recoilModel/dispatchers/publisher.ts b/Composer/packages/client/src/recoilModel/dispatchers/publisher.ts index 8589c6f2a3..641caf7096 100644 --- a/Composer/packages/client/src/recoilModel/dispatchers/publisher.ts +++ b/Composer/packages/client/src/recoilModel/dispatchers/publisher.ts @@ -18,8 +18,8 @@ import { qnaFilesState, } from '../atoms/botState'; import { openInEmulator } from '../../utils/navigation'; -import { rootBotProjectIdSelector, dialogsSelectorFamily } from '../selectors'; import { botEndpointsState } from '../atoms'; +import { rootBotProjectIdSelector, dialogsSelectorFamily } from '../selectors'; import * as luUtil from '../../utils/luUtil'; import { BotStatus, Text } from './../../constants';