mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 13:38:51 +00:00
Format code style
This commit is contained in:
@@ -5,6 +5,7 @@ import { HiEllipsisVertical } from 'react-icons/hi2';
|
||||
|
||||
// Hooks
|
||||
import { useOutsideClick } from '@hook/useOutsideClick';
|
||||
import ButtonIcon from '@component/ButtonIcon';
|
||||
|
||||
// Styled
|
||||
import { StyledMenu, StyledList, StyledToggle } from './styled';
|
||||
@@ -14,7 +15,8 @@ import MenusContext from '@context/MenuContext';
|
||||
|
||||
// Types
|
||||
import { Nullable } from '@type/common';
|
||||
import ButtonIcon from '@component/ButtonIcon';
|
||||
|
||||
// Constants
|
||||
import { COLOR } from '@constant/styles';
|
||||
|
||||
interface IButton {
|
||||
|
||||
Reference in New Issue
Block a user