Skip to content

Commit

Permalink
correct imports in presigned doc
Browse files Browse the repository at this point in the history
  • Loading branch information
markflorkowski committed Sep 15, 2024
1 parent a07817e commit d0b3685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/app/(docs)/uploading-files/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ as well as url safe. In this example, we include a base64 encoding to ensure the
file seed is url safe, but you can do this however you want.

```ts
import * as Hash from "effect/Hash";
import SQIds, { defaultOptions } from "sqids";

// A simple function to shuffle the alphabet for the Sqids
Expand Down

0 comments on commit d0b3685

Please sign in to comment.