Skip to content

Commit

Permalink
Merge pull request #146 from chuckbergeron/production
Browse files Browse the repository at this point in the history
Fix lint issues
  • Loading branch information
lcusack authored Nov 6, 2023
2 parents 6a75156 + 63e0f96 commit 39c2766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/AppContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import { ReactQueryDevtools } from 'react-query/devtools'
import { ToastContainer, ToastContainerProps } from 'react-toastify'
import { useAccount } from 'wagmi'
import { CustomErrorBoundary } from './CustomErrorBoundary'
import { WalletConnectionContainer } from './WalletConnectionContainer'
import { Toaster } from './SonnerToaster'
import { WalletConnectionContainer } from './WalletConnectionContainer'

// Initialize react-query Query Client
const queryClient = new QueryClient({
Expand Down
4 changes: 2 additions & 2 deletions src/components/Layout/index.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { PageHeader } from '@components/Layout/PageHeader'
import { ExternalLink } from '@pooltogether/react-components'
import classNames from 'classnames'
import React, { useEffect, ReactNode } from 'react'
import { toast } from 'sonner'
import { Navigation } from './Navigation'
import { ExternalLink } from '@pooltogether/react-components'

/**
* Sonner Toasts
*/
import { toast } from 'sonner'

interface LayoutProps {
className?: string
Expand Down

0 comments on commit 39c2766

Please sign in to comment.