Skip to content

Commit

Permalink
chore: remove unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
decebal committed Nov 17, 2024
1 parent 50bae28 commit 3591f29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/nextjs/app/borrow/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import { useCallback, useEffect } from "react";
import { parseEther } from "viem";
import { useAccount, useWriteContract } from "wagmi";
import { SkipTimeComponent } from "~~/components/dev/SkipTimeComponent";
import { Address } from "~~/components/scaffold-eth";
import { useScaffoldContract, useTransactor } from "~~/hooks/scaffold-eth";
import { useFetchAgreements } from "~~/hooks/useFetchAgreements";
Expand Down Expand Up @@ -84,8 +83,6 @@ export default function BorrowPage() {
<div className="container mx-auto px-4 py-8">
<h1 className="text-3xl font-bold mb-8">NFT Rent-to-Own Agreements</h1>

{/*<SkipTimeComponent />*/}

<h2 className="text-2xl font-bold mb-6 mt-6">Available Agreements</h2>
{isLoading && <p>Loading agreements...</p>}
{error && <p className="text-red-500">Error: {error}</p>}
Expand Down

0 comments on commit 3591f29

Please sign in to comment.