Skip to content

Commit

Permalink
comment local dist path of QRcode
Browse files Browse the repository at this point in the history
  • Loading branch information
remicolin committed Sep 9, 2024
1 parent 814654f commit 02197af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/tests/web-app/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use client';

import { OpenPassportQRcode } from '../../../../src/QRcode/OpenPassportQRcode';
// import { OpenPassportQRcode } from '../../../../dist/bundle.web.js'
import { TextField } from '@mui/material';
import { useState } from 'react';
import { v4 as uuidv4 } from 'uuid';
Expand Down

0 comments on commit 02197af

Please sign in to comment.