Skip to content

Commit d18f9bc

Browse files
committed
Fix: Correct import path for collections module
1 parent cc3abb2 commit d18f9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modus/sdk/collections.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import github.com/hypermodeinc/modus/sdk/go/pkg/collections
1616
```
1717

1818
```ts AssemblyScript
19-
import { collections } from "@hypermode/functions-as"
19+
import { collections } from "@hypermode/modus-sdk-as"
2020
```
2121

2222
</CodeGroup>

0 commit comments

Comments
 (0)