fix(ui): rm unused code
This commit is contained in:
parent
8f31341881
commit
bb61a4543f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import React, { useState, useRef, useEffect, KeyboardEventHandler } from 'react';
|
||||
import React, { useState, useRef, useEffect } from 'react';
|
||||
import { Icon } from 'UI';
|
||||
import cn from 'classnames';
|
||||
import { Tooltip } from 'react-tippy';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue