Skip to content

Commit a15e1ab

Browse files
fix: correct import order in my/names.tsx for prettier compliance
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 42d9df8 commit a15e1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/my/names.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import { useAccount } from 'wagmi'
77
import { Banner, QuestionCircleSVG } from '@ensdomains/thorin'
88

99
import { NameListView } from '@app/components/@molecules/NameListView/NameListView'
10-
import { getSupportLink } from '@app/utils/supportLinks'
1110
import { useProtectedRoute } from '@app/hooks/useProtectedRoute'
1211
import { Content } from '@app/layouts/Content'
1312
import { ContentGrid } from '@app/layouts/ContentGrid'
13+
import { getSupportLink } from '@app/utils/supportLinks'
1414

1515
const ContentContainer = styled.div(
1616
({ theme }) => css`

0 commit comments

Comments
 (0)