Skip to content

Commit

Permalink
examples/next: move config.ts to src root so its easier to find
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed May 22, 2024
1 parent 7946b2b commit 96ad86b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/next/src/app/Web3Provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { KitWalletProvider } from '@0xsequence/kit-wallet'
import { QueryClient, QueryClientProvider } from '@tanstack/react-query'
import { WagmiProvider } from 'wagmi'

import { wagmiConfig, kitConfig } from './config'
import { wagmiConfig, kitConfig } from '../config'

const queryClient = new QueryClient()

Expand Down
2 changes: 1 addition & 1 deletion examples/next/src/app/components/Connected.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
useWriteContract
} from 'wagmi'

import { isDebugMode } from '../config'
import { isDebugMode } from '../../config'

import { Header } from './Header'

Expand Down
File renamed without changes.

0 comments on commit 96ad86b

Please sign in to comment.