Skip to content

Commit

Permalink
cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloamorimbr committed Jan 16, 2025
1 parent d578411 commit dc40a00
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions jsapp/js/components/common/Select.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
import type {SelectProps, ComboboxItem} from '@mantine/core';
import {
ActionIcon,
Box,
Button,
CloseButton,
Group,
Select as MantineSelect,
} from '@mantine/core';
import Icon, {IconSize} from './icon';
import {CloseButton, Group, Select as MantineSelect} from '@mantine/core';
import type {IconSize} from './icon';
import Icon from './icon';
import {useState} from 'react';
import {UnstyledButton} from '@mantine/core';

declare module '@mantine/core/lib/components/Select' {
/** @deprecated use Kobo implementation instead. (deprecating a new interface because can't augment variables) */
Expand Down

0 comments on commit dc40a00

Please sign in to comment.