mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
removed unused impoert
This commit is contained in:
parent
0fdd39b391
commit
05ce1ec5ff
@ -1,6 +1,5 @@
|
|||||||
import * as React from 'react'
|
import * as React from 'react'
|
||||||
import { useEffect } from 'react';
|
import { useEffect } from 'react';
|
||||||
import { decodeTag } from '../../Utils/FormatTags';
|
|
||||||
import { TagView } from '../Templates/TagView';
|
import { TagView } from '../Templates/TagView';
|
||||||
|
|
||||||
export const Autocomplete = ({ inputProps, suggestions, onSelected, pushFilteredSuggestions, setFocus }: { inputProps: any, suggestions: Array<any>, onSelected: (suggestion) => void, pushFilteredSuggestions?: Array<any>, setFocus?: boolean }) => {
|
export const Autocomplete = ({ inputProps, suggestions, onSelected, pushFilteredSuggestions, setFocus }: { inputProps: any, suggestions: Array<any>, onSelected: (suggestion) => void, pushFilteredSuggestions?: Array<any>, setFocus?: boolean }) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user