import { PageLivingSpaceAdd } from "@/pages/living-space/add/page";
const SSRPageLivingSpaceAdd = () => { return <><PageLivingSpaceAdd /></> }
export default SSRPageLivingSpaceAdd;
Powered by TurnKey Linux.