Skip to content

Commit

Permalink
fix(core): eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Sep 25, 2023
1 parent 127de5e commit 3e69ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/components/DrawerPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import { useDebouncedValue } from 'foxact/use-debounced-value'
import { useRetimer } from 'foxact/use-retimer'

import { ExtensionContext } from '../contextes/Extension'
import { useMenu } from '../hooks/useMenu.tsx'
import { useMenu } from '../hooks/useMenu'

import { Resizable } from './base/Resizable'
import { Tooltip } from './base/Tooltip'
import type { DrawerPanel as IDrawerPanel, DrawerPanelProps, DrawerPanelSlots } from './drawerPanelCreator'
import { useDrawerPanelController } from './drawerPanelCreator'
import { Resizable } from './base/Resizable.tsx'

DrawerPanel.prefix = 'ppd-drawer-panel'
DrawerPanel.delay = 200
Expand Down

0 comments on commit 3e69ca9

Please sign in to comment.