feat: Add human mechanics and event handling, including UI components and action management
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { useEffect } from 'react'
|
||||
import HumanUi from './humanUi';
|
||||
|
||||
function HumanInstance({ human }: { human: HumanStatus }) {
|
||||
|
||||
@@ -8,6 +9,9 @@ function HumanInstance({ human }: { human: HumanStatus }) {
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
<HumanUi human={human} />
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user