Skip to content

Commit

Permalink
refactor(page.tsx): remove unused import of PublicKey from 'o1js' to …
Browse files Browse the repository at this point in the history
…clean up code and improve readability
  • Loading branch information
ymekuria committed Oct 8, 2024
1 parent 5b741b7 commit b992e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/zkapps/04-zkapp-browser-ui/ui/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use client';
import { Field, PublicKey } from 'o1js';
import { Field } from 'o1js';
import { useEffect, useState } from 'react';
import GradientBG from '../components/GradientBG';
import styles from '../styles/Home.module.css';
Expand Down

0 comments on commit b992e83

Please sign in to comment.