Small fix

This commit is contained in:
Gregory Schier
2023-03-20 13:37:14 -07:00
parent 6b5f1b4ade
commit 8b16258627
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@@ -4,8 +4,6 @@ import { useWindowSize } from 'react-use';
import { useActiveRequest } from '../hooks/useActiveRequest';
import { useActiveWorkspace } from '../hooks/useActiveWorkspace';
import { useSidebarWidth } from '../hooks/useSidebarWidth';
import { Button } from './core/Button';
import { Dropdown } from './core/Dropdown';
import { IconButton } from './core/IconButton';
import { HStack } from './core/Stacks';
import { WindowDragRegion } from './core/WindowDragRegion';