Skip to content

Commit 6dc32f3

Browse files
committed
fix: Remove unused dep
1 parent b579815 commit 6dc32f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AddressAutocomplete.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import LocationOn from '@mui/icons-material/LocationOn';
22
import { Autocomplete, AutocompleteChangeReason, AutocompleteRenderInputParams, Box, Grid, TextField, Typography } from '@mui/material';
33
import parse from 'autosuggest-highlight/parse';
44
import throttle from 'lodash.throttle';
5-
import React, { useEffect, useMemo, useRef, useState } from 'react';
5+
import React, { useEffect, useMemo, useState } from 'react';
66
import { AddressAutocompleteProps, AddressAutocompleteValue, PlaceType } from '../dist/AddressAutocomplete';
77
import { Loader } from '@googlemaps/js-api-loader';
88

0 commit comments

Comments
 (0)