diff --git a/examples/edge-function.ts b/examples/edge-function.ts index 0925fd8..f84c495 100644 --- a/examples/edge-function.ts +++ b/examples/edge-function.ts @@ -1,10 +1,10 @@ // examples/edge-function.ts import { + type ThreadsPostRequest, createThreadsContainer, publishThreadsContainer, - type ThreadsPostRequest, -} from "../mod.ts"; +} from "jsr:@codybrom/denim@^1.0.2"; async function postToThreads(request: ThreadsPostRequest): Promise { try {