Skip to content

Commit

Permalink
chore: remove unused references
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Oct 30, 2024
1 parent d279e5f commit 9da504c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/MainContainer/MainContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Footer } from '@/components/Footer'
import { ConnectButton, Header } from '@/components/Header'
import { StatefulSidebar } from '@/components/MainContainer/StatefulSidebar'
import { shortAddress } from '@/lib/utils'
import { usePathname, useRouter } from 'next/navigation'
import { useRouter } from 'next/navigation'
import { FC, ReactNode, useEffect, useState } from 'react'
import { useAccount, useDisconnect } from 'wagmi'
import { Alert } from '../Alert'
Expand All @@ -25,7 +25,6 @@ export const MainContainer: FC<Props> = ({ children, notProtected = false }) =>
const { message, setMessage } = useAlertContext()
const router = useRouter()
const modal = useModal()
const pathname = usePathname()

const [hasMounted, setHasMounted] = useState(false)

Expand Down

0 comments on commit 9da504c

Please sign in to comment.