Black Myth Wukong
Introduction : Black Myth Wukong Top 01 sell in chine is an upcoming action-RPG game developed by Chinese game developer, Game Science. The game is based on the famous Chinese mythological figure, Sun.
import { Fragment } from '@wordpress/element';
import useBuildSiteController from '../../hooks/useBuildSiteController';
import PreBuildConfirmModal from '../pre-build-confirm-modal';
import PremiumConfirmModal from '../premium-confirm-modal';
import InformPrevErrorModal from '../inform-prev-error-modal';
const withBuildSiteController = ( WrappedComponent ) => {
const WithBuildSiteController = ( { ...props } ) => {
const {
preBuildModal,
handleClosePreBuildModal,
handleGenerateContent,
premiumModal,
setPremiumModal,
prevErrorAlert,
setPrevErrorAlertOpen,
onConfirmErrorAlert,
handleClickStartBuilding,
isInProgress,
} = useBuildSiteController();
return (