Pax Dei
On Valve’s platform, every gamer eagerly awaits the online game that will dazzle and captivate them for months. At the PC Gaming Show conference, the developers of Pax Dei, whom.
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 (