mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Modificated structure of admin indentify
This commit is contained in:
@@ -2,7 +2,7 @@ import React from 'react'
|
||||
import AdminHeader from './Header/AdminHeader'
|
||||
import Identify from './Identify/Identify'
|
||||
|
||||
const Admin = () => {
|
||||
const AdminIdentify = () => {
|
||||
return (
|
||||
<>
|
||||
<AdminHeader />
|
||||
@@ -11,4 +11,4 @@ const Admin = () => {
|
||||
)
|
||||
}
|
||||
|
||||
export default Admin
|
||||
export default AdminIdentify
|
||||
Reference in New Issue
Block a user