mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Pannel control styles done
This commit is contained in:
14
src/components/Admin/AdminIdentify/AdminIdentify.jsx
Normal file
14
src/components/Admin/AdminIdentify/AdminIdentify.jsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import React from 'react'
|
||||
import AdminHeader from '../Header/AdminHeader'
|
||||
import Identify from './Identify/Identify'
|
||||
|
||||
const AdminIdentify = () => {
|
||||
return (
|
||||
<>
|
||||
<AdminHeader />
|
||||
<Identify />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default AdminIdentify
|
||||
Reference in New Issue
Block a user