Skip to content

Commit

Permalink
fix(NumberInput): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Botsy committed Feb 12, 2025
1 parent f678375 commit 4cd9db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NumberInput/NumberInput.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2017-2025 Smart code 203358507

import Icon from '@stremio/stremio-icons/react';
import React, { ChangeEvent, forwardRef, useCallback, useEffect, useState } from 'react';
import React, { ChangeEvent, forwardRef, useCallback, useState } from 'react';
import { type KeyboardEvent, type InputHTMLAttributes } from 'react';
import classnames from 'classnames';
import styles from './NumberInput.less';
Expand Down

0 comments on commit 4cd9db5

Please sign in to comment.