Hogwarts Legacy
Introduction : Hogwarts Legacy is an upcoming action role-playing video game set in the Wizarding World of Harry Potter. Developing : The game is being developed by Avalanche Software and.
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 (