Skip to content

Commit d0b3685

Browse files
correct imports in presigned doc
1 parent a07817e commit d0b3685

File tree

1 file changed

+1
-0
lines changed
  • docs/src/app/(docs)/uploading-files

1 file changed

+1
-0
lines changed

docs/src/app/(docs)/uploading-files/page.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ as well as url safe. In this example, we include a base64 encoding to ensure the
103103
file seed is url safe, but you can do this however you want.
104104

105105
```ts
106+
import * as Hash from "effect/Hash";
106107
import SQIds, { defaultOptions } from "sqids";
107108

108109
// A simple function to shuffle the alphabet for the Sqids

0 commit comments

Comments
 (0)