mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(widget): eslint imports order
This commit is contained in:
@@ -8,13 +8,14 @@
|
||||
|
||||
import React, { PropsWithChildren } from 'react';
|
||||
|
||||
import ChatWindow from './ChatWindow';
|
||||
import CloseIcon from './icons/CloseIcon';
|
||||
import OpenIcon from './icons/OpenIcon';
|
||||
import { useChat } from '../providers/ChatProvider';
|
||||
import { useColors } from '../providers/ColorProvider';
|
||||
import { useSocketLifecycle } from '../providers/SocketProvider';
|
||||
import { useWidget, WidgetContextType } from '../providers/WidgetProvider';
|
||||
|
||||
import ChatWindow from './ChatWindow';
|
||||
import CloseIcon from './icons/CloseIcon';
|
||||
import OpenIcon from './icons/OpenIcon';
|
||||
import './Launcher.scss';
|
||||
|
||||
type LauncherProps = PropsWithChildren<{
|
||||
|
||||
Reference in New Issue
Block a user