change import order
This commit is contained in:
parent
8dea20a594
commit
80cf704af0
@ -1,4 +1,3 @@
|
|||||||
import { signOut, signIn, useSession } from 'next-auth/client'
|
|
||||||
import Navbar from 'react-bootstrap/Navbar'
|
import Navbar from 'react-bootstrap/Navbar'
|
||||||
import Nav from 'react-bootstrap/Nav'
|
import Nav from 'react-bootstrap/Nav'
|
||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
@ -9,6 +8,7 @@ import Price from './price'
|
|||||||
import { useMe } from './me'
|
import { useMe } from './me'
|
||||||
import { useApolloClient } from '@apollo/client'
|
import { useApolloClient } from '@apollo/client'
|
||||||
import Head from 'next/head'
|
import Head from 'next/head'
|
||||||
|
import { signOut, signIn, useSession } from 'next-auth/client'
|
||||||
|
|
||||||
function WalletSummary ({ me }) {
|
function WalletSummary ({ me }) {
|
||||||
return `[${me.stacked},${me.sats}]`
|
return `[${me.stacked},${me.sats}]`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user