Skip to content

Commit

Permalink
Fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
robknight committed Sep 19, 2024
1 parent 9a94d7d commit 5f5cec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test-app/src/apis/GPC.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { PodspecProofRequest } from "@parcnet-js/podspec";
import { TicketSpec, ticketProofRequest } from "@parcnet-js/ticket-utils";
import { TicketSpec, ticketProofRequest } from "@parcnet-js/ticket-spec";
import type { POD } from "@pcd/pod";
import JSONBig from "json-bigint";
import type { ReactNode } from "react";
Expand Down

0 comments on commit 5f5cec0

Please sign in to comment.