Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
Natoandro committed Nov 26, 2024
1 parent ba81db2 commit 5a79734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/templates/deno/api/example.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Policy, t, typegraph } from "jsr:@typegraph/[email protected]/index.ts";
import { PythonRuntime } from "jsr:@typegraph/[email protected]/runtimes/python.ts";
import { DenoRuntime } from "jsr:@typegraph/[email protected]/runtimes/deno.ts";
import { Policy, t, typegraph } from "jsr:@typegraph/[email protected]";
import { PythonRuntime } from "jsr:@typegraph/[email protected]/runtimes/python";
import { DenoRuntime } from "jsr:@typegraph/[email protected]/runtimes/deno";

await typegraph("example", (g) => {
const pub = Policy.public();
Expand Down

0 comments on commit 5a79734

Please sign in to comment.