Skip to content

Commit

Permalink
prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Lysak committed Nov 4, 2024
1 parent f7eaf50 commit b971961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/profile/[name]/Profile.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { useConnectModal } from '@rainbow-me/rainbowkit'
import Head from 'next/head'
import { useSearchParams } from 'next/navigation'
import { useEffect, useMemo, useState } from 'react'
import { Trans, useTranslation } from 'react-i18next'
import styled, { css } from 'styled-components'
import { match } from 'ts-pattern'
import { useAccount } from 'wagmi'
import { useConnectModal } from '@rainbow-me/rainbowkit'

import { Banner, CheckCircleSVG, Typography } from '@ensdomains/thorin'

Expand Down

0 comments on commit b971961

Please sign in to comment.