Skip to content

Commit

Permalink
Next.js demo: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Nov 19, 2023
1 parent bdd7902 commit afdc59c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/nextjs/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Rand from "rand-seed";
import { configureChains, createConfig, mainnet, WagmiConfig } from "wagmi";
import { publicProvider } from "wagmi/providers/public";
import styles from "./page.module.css";
import "addreth/styles.css";

const rand = new Rand("1234");

Expand Down

0 comments on commit afdc59c

Please sign in to comment.