Skip to content

Commit

Permalink
feat(page.tsx): working project with appRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
ymekuria committed Sep 23, 2024
1 parent 0fa1d18 commit c6dd0c9
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,7 +1,7 @@
'use client';
import { Field, PublicKey } from 'o1js';
import { useEffect, useState } from 'react';
import GradientBG from '../components/GradientBG.js';
import GradientBG from '../components/GradientBG';
import styles from '../styles/Home.module.css';
import './reactCOIServiceWorker';
import ZkappWorkerClient from './zkappWorkerClient';
Expand Down

0 comments on commit c6dd0c9

Please sign in to comment.