Skip to content

Commit 716d0f6

Browse files
committed
chore(web): Fix build issue
1 parent 8854f77 commit 716d0f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/pages/installation/installation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from './installation.types';
99
import { toast } from 'sonner';
1010
import { isAxiosError } from 'axios';
11-
import Select, { Options, SingleValue } from 'react-select';
11+
import Select, { SingleValue } from 'react-select';
1212
import { osSelectOptions, toolSelectOptions } from './data/select-options';
1313
import { selectStyle } from './styles/select';
1414
import { OptionType } from '@/types/select.types';

0 commit comments

Comments
 (0)