Fix lint problems

This commit is contained in:
Gregory Schier
2024-12-03 09:43:16 -08:00
parent 88bcfb9e66
commit 40f0f5387a
12 changed files with 30 additions and 15 deletions

View File

@@ -1,9 +1,7 @@
import classNames from 'classnames';
import React, { memo } from 'react';
import { appInfo } from '../hooks/useAppInfo';
import { useToggleCommandPalette } from '../hooks/useToggleCommandPalette';
import { CookieDropdown } from './CookieDropdown';
import { Button } from './core/Button';
import { Icon } from './core/Icon';
import { IconButton } from './core/IconButton';
import { HStack } from './core/Stacks';