@vuu-ui/vuu-filters 0.8.23-debug → 0.8.24-debug

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/esm/index.js CHANGED
@@ -315,9 +315,7 @@ import {
315
315
  useMemo as useMemo2,
316
316
  useState as useState3
317
317
  } from "react";
318
- import {
319
- useTypeaheadSuggestions
320
- } from "@vuu-ui/vuu-data-react";
318
+ import { useTypeaheadSuggestions } from "@vuu-ui/vuu-data-react";
321
319
  import {
322
320
  ExpandoInput as ExpandoInput2
323
321
  } from "@vuu-ui/vuu-ui-controls";