Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Adityapnn811 committed Jul 31, 2022
1 parent cce3fd5 commit a786541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/transfer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import useSWR from 'swr';
import getCurrencies from './api/getCurrencies';
import Card from '../components/Card';
import { isInteger } from 'tls';
// import { JSONParser } from 'formidable/parers';


export default function Transfer({currencies, rates}) {
Expand Down Expand Up @@ -119,6 +118,7 @@ export default function Transfer({currencies, rates}) {
}

const handleSubmit = (e) => {
// post method dengan body berisi rekening pengirim, rekening penerima, nominal
console.log("submit")
}

Expand Down

1 comment on commit a786541

@vercel
Copy link

@vercel vercel bot commented on a786541 Jul 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dondra – ./

dondra.vercel.app
dondra-git-main-adityapnn811.vercel.app
dondra-adityapnn811.vercel.app

Please sign in to comment.