remove redundant import

pull/3876/head
Joseph Izang 1 year ago
parent fd9f6269d0
commit 1a8ae4969e
  1. 1
      libs/remix-ui/static-analyser/src/lib/Button/StaticAnalyserButton.tsx

@ -1,6 +1,5 @@
import { CustomTooltip } from '@remix-ui/helper'
import React from 'react' //eslint-disable-line
import '../ssa.css'
interface StaticAnalyserButtonProps {
onClick: (event) => void

Loading…
Cancel
Save