diff --git a/backend/assembly/search.ts b/backend/assembly/search.ts index 3d863d3..dd1f6c9 100644 --- a/backend/assembly/search.ts +++ b/backend/assembly/search.ts @@ -1,6 +1,5 @@ -import { models } from "@hypermode/modus-sdk-as"; +import { collections, models } from "@hypermode/modus-sdk-as"; import { EmbeddingsModel } from "@hypermode/modus-sdk-as/models/experimental/embeddings"; -import { collections } from "@hypermode/modus-sdk-as"; import { getProduct, getCart } from "./crud"; import { ProductSearchResult, ProductSearchObject, consts } from "./types";