change import order

This commit is contained in:
keyan 2021-07-16 02:09:20 -05:00
parent 8dea20a594
commit 80cf704af0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
import { signOut, signIn, useSession } from 'next-auth/client'
import Navbar from 'react-bootstrap/Navbar'
import Nav from 'react-bootstrap/Nav'
import Link from 'next/link'
@ -9,6 +8,7 @@ import Price from './price'
import { useMe } from './me'
import { useApolloClient } from '@apollo/client'
import Head from 'next/head'
import { signOut, signIn, useSession } from 'next-auth/client'
function WalletSummary ({ me }) {
return `[${me.stacked},${me.sats}]`