Skip to content

Commit

Permalink
Order signers alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez committed Sep 25, 2024
1 parent 55ab8a0 commit 8cdd672
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Magic from '@/components/Magic'
import Dynamic from '@/components/Dynamic'
import Magic from '@/components/Magic'
import Privy from '@/components/Privy'
import Web3Auth from '@/components/Web3Auth'
import Head from 'next/head'
Expand All @@ -14,10 +14,10 @@ export default function Home() {
</Head>
<main className="main">
<h1>Signers</h1>
<Web3Auth />
<Magic />
<Dynamic />
<Magic />
<Privy />
<Web3Auth />
</main>
</>
)
Expand Down

0 comments on commit 8cdd672

Please sign in to comment.