mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
clean page.tsx from sdk web-app
This commit is contained in:
@@ -1,14 +1,5 @@
|
||||
'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';
|
||||
import { COMMITMENT_TREE_TRACKER_URL } from '../../../../../common/src/constants/constants';
|
||||
export default function Home() {
|
||||
const [appName, setAppName] = useState('🌐 OpenPassport');
|
||||
const userId = uuidv4();
|
||||
return (
|
||||
<div className="h-screen w-full bg-gray-100 flex flex-row items-center justify-center gap-12">
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user