diff --git a/src-tauri/icons/icon.icns b/src-tauri/icons/icon.icns index 6b22e097..77fe1251 100644 Binary files a/src-tauri/icons/icon.icns and b/src-tauri/icons/icon.icns differ diff --git a/src-web/components/Workspace.tsx b/src-web/components/Workspace.tsx index cbde2cf8..ed14db77 100644 --- a/src-web/components/Workspace.tsx +++ b/src-web/components/Workspace.tsx @@ -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';