Remove duplicate import statements (#1462)

* Update basenames-onchainkit-tutorial.md

* Update basenames-tutorial.md
This commit is contained in:
GobkaBOB
2024-12-24 12:37:54 +01:00
committed by GitHub
parent 3b8ff8226b
commit ec23394e3a
2 changed files with 1 additions and 3 deletions

View File

@@ -102,8 +102,6 @@ Ensure Chain is Set to Base Be sure to set the `chain={base}` parameter; otherwi
```typescript title="src/components/basename.tsx"
'use client';
import React from 'react';
'use client';
import React from 'react';
import { Avatar, Identity, Name, Address } from '@coinbase/onchainkit/identity';
import { base } from 'viem/chains';

View File

@@ -58,7 +58,7 @@ To interact with the Base blockchain, you will need to update the wagmi configur
Update your wagmi.ts file as follows:
```typescript tile="wagmi.ts"
```typescript title="wagmi.ts"
'use client';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';