fix(widget): eslint imports order

This commit is contained in:
yassinedorbozgithub
2024-10-18 11:42:32 +01:00
parent 2adfc01aad
commit 318cc29cb4
17 changed files with 57 additions and 40 deletions

View File

@@ -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<{