diff --git a/examples/templates/deno/api/example.ts b/examples/templates/deno/api/example.ts index c7254e372..619718849 100644 --- a/examples/templates/deno/api/example.ts +++ b/examples/templates/deno/api/example.ts @@ -1,6 +1,6 @@ -import { Policy, t, typegraph } from "jsr:@typegraph/sdk@0.5.0-rc.7/index.ts"; -import { PythonRuntime } from "jsr:@typegraph/sdk@0.5.0-rc.7/runtimes/python.ts"; -import { DenoRuntime } from "jsr:@typegraph/sdk@0.5.0-rc.7/runtimes/deno.ts"; +import { Policy, t, typegraph } from "jsr:@typegraph/sdk@0.5.0-rc.7"; +import { PythonRuntime } from "jsr:@typegraph/sdk@0.5.0-rc.7/runtimes/python"; +import { DenoRuntime } from "jsr:@typegraph/sdk@0.5.0-rc.7/runtimes/deno"; await typegraph("example", (g) => { const pub = Policy.public();