Skip to content

Commit

Permalink
Remove duplicate import statements (#1462)
Browse files Browse the repository at this point in the history
* Update basenames-onchainkit-tutorial.md

* Update basenames-tutorial.md
  • Loading branch information
GobkaBOB authored Dec 24, 2024
1 parent 3b8ff82 commit ec23394
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion apps/base-docs/docs/tools/basenames-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit ec23394

Please sign in to comment.