Skip to content

Commit

Permalink
fix demo;
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtsukino committed Oct 4, 2024
1 parent dad832a commit ea3bed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/react-ts-webpack/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
NotaryServer,
Transcript,
} from 'tlsn-js';
import { PresentationJSON } from '../../../build/types';
import { PresentationJSON } from 'tlsn-js/build/types';

const { init, Prover, Presentation }: any = Comlink.wrap(
new Worker(new URL('./worker.ts', import.meta.url)),
Expand Down

0 comments on commit ea3bed8

Please sign in to comment.