We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fa8a0 commit a33ee27Copy full SHA for a33ee27
extension/packages/nextjs/app/example/page.tsx
@@ -4,7 +4,7 @@ import { useState } from "react";
4
import type { NextPage } from "next";
5
import { Address,formatEther, parseEther } from "viem";
6
import { useAccount } from "wagmi";
7
-import { AddressInput, InputBase } from "~~/components/scaffold-eth";
+import { AddressInput, BaseInput as InputBase } from "@scaffold-ui/components";
8
import { useScaffoldReadContract, useScaffoldWriteContract } from "~~/hooks/scaffold-eth";
9
10
const ERC20: NextPage = () => {
0 commit comments