Răsfoiți Sursa

Removed unnecessary import

Taichi Masuyama 4 ani în urmă
părinte
comite
e470ed009f

+ 0 - 1
packages/app/src/components/Common/ClosableTextInput.tsx

@@ -1,7 +1,6 @@
 import React, {
   FC, memo, useEffect, useRef, useState,
 } from 'react';
-import { Input } from 'reactstrap';
 
 export const AlertType = {
   WARNING: 'warning',