Taichi Masuyama 4 лет назад
Родитель
Сommit
e470ed009f
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/app/src/components/Common/ClosableTextInput.tsx

+ 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',