Banishers Ghosts of New Eden
Introduction : Banishers Ghosts of New Eden is a spine-chilling game that takes players on an eerie journey through a haunted city. With its immersive gameplay, captivating storyline, and haunting.
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 (