Skip to content

Commit

Permalink
imports grouped
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-89 committed Apr 20, 2024
1 parent 296c2a5 commit 1b1a436
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions components/common/Nav/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ import { useAccount } from 'wagmi'
import clsx from 'clsx'

// Hooks
import useScrollIndicator from '@/hooks/useScrollIndicator'
import useIsMounted from '@/hooks/useIsMounted'
import { useIsMounted, useScrollIndicator } from '@/hooks'

// Components
import NFTGalleryModal from '@/components/NFTGallery/Modal'
import ButtonAccount from '@/components/shared/ButtonAccount/ButtonAccount'
import ButtonConnect from '@/components/shared/ButtonConnect/ButtonConnect'
import { ButtonAccount, ButtonConnect, NFTGalleryModal } from '@/components'

const includeStyles = 'bg-[url("/paws-pattern-alternative.png")]'

Expand Down

0 comments on commit 1b1a436

Please sign in to comment.