Skip to content

Commit

Permalink
Optimize imports from @hypermode/modus-sdk-as (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephanie Dietz <[email protected]>
  • Loading branch information
trace2798 and StephDietz authored Nov 27, 2024
1 parent 8942189 commit f776b3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/assembly/search.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit f776b3b

Please sign in to comment.