Skip to content

Commit a33ee27

Browse files
migrate example (#106)
1 parent b9fa8a0 commit a33ee27

File tree

1 file changed

+1
-1
lines changed
  • extension/packages/nextjs/app/example

1 file changed

+1
-1
lines changed

extension/packages/nextjs/app/example/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useState } from "react";
44
import type { NextPage } from "next";
55
import { Address,formatEther, parseEther } from "viem";
66
import { useAccount } from "wagmi";
7-
import { AddressInput, InputBase } from "~~/components/scaffold-eth";
7+
import { AddressInput, BaseInput as InputBase } from "@scaffold-ui/components";
88
import { useScaffoldReadContract, useScaffoldWriteContract } from "~~/hooks/scaffold-eth";
99

1010
const ERC20: NextPage = () => {

0 commit comments

Comments
 (0)