Преглед изворни кода

Removed unnecessary import

Taichi Masuyama пре 4 година
родитељ
комит
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',