mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Account preview done
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import React from 'react'
|
||||
import {withRouter} from 'react-router'
|
||||
import AccountPreview from '../Account/AccountPreview/AccountPreview'
|
||||
|
||||
const AdminHeader = (props) => {
|
||||
return (
|
||||
@@ -13,6 +14,8 @@ const AdminHeader = (props) => {
|
||||
>
|
||||
Back to the Game
|
||||
</button>
|
||||
|
||||
<AccountPreview />
|
||||
</header>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user