2
0
Yuki Takei 4 жил өмнө
parent
commit
492812fdc8

+ 0 - 2
packages/app/src/components/SearchTypeahead.tsx

@@ -2,8 +2,6 @@ import React, {
   FC, ForwardRefRenderFunction, forwardRef, useImperativeHandle,
   KeyboardEvent, useCallback, useRef, useState,
 } from 'react';
-// eslint-disable-next-line no-restricted-imports
-import { AxiosResponse } from 'axios';
 
 import { AsyncTypeahead } from 'react-bootstrap-typeahead';