Skip to content

Commit

Permalink
fix: Remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenoo committed Jun 24, 2024
1 parent b579815 commit 6dc32f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AddressAutocomplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import LocationOn from '@mui/icons-material/LocationOn';
import { Autocomplete, AutocompleteChangeReason, AutocompleteRenderInputParams, Box, Grid, TextField, Typography } from '@mui/material';
import parse from 'autosuggest-highlight/parse';
import throttle from 'lodash.throttle';
import React, { useEffect, useMemo, useRef, useState } from 'react';
import React, { useEffect, useMemo, useState } from 'react';
import { AddressAutocompleteProps, AddressAutocompleteValue, PlaceType } from '../dist/AddressAutocomplete';
import { Loader } from '@googlemaps/js-api-loader';

Expand Down

0 comments on commit 6dc32f3

Please sign in to comment.