Skip to content

Commit

Permalink
added use client
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Mar 24, 2024
1 parent 7cf3133 commit a6ee80f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/transaction/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client'
import { useRouter } from 'next/navigation';
import { useEffect } from 'react';

Expand Down

0 comments on commit a6ee80f

Please sign in to comment.