Przeglądaj źródła

Removed unnecessary import

Taichi Masuyama 4 lat temu
rodzic
commit
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',