We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d9df8 commit a15e1abCopy full SHA for a15e1ab
src/pages/my/names.tsx
@@ -7,10 +7,10 @@ import { useAccount } from 'wagmi'
7
import { Banner, QuestionCircleSVG } from '@ensdomains/thorin'
8
9
import { NameListView } from '@app/components/@molecules/NameListView/NameListView'
10
-import { getSupportLink } from '@app/utils/supportLinks'
11
import { useProtectedRoute } from '@app/hooks/useProtectedRoute'
12
import { Content } from '@app/layouts/Content'
13
import { ContentGrid } from '@app/layouts/ContentGrid'
+import { getSupportLink } from '@app/utils/supportLinks'
14
15
const ContentContainer = styled.div(
16
({ theme }) => css`
0 commit comments