updated living space

This commit is contained in:
2025-11-27 20:22:40 +03:00
parent 3aebb79d36
commit eaca36573e
57 changed files with 2434 additions and 147 deletions

View File

@@ -0,0 +1,5 @@
import { PageLivingSpaceAdd } from "@/pages/living-space/add/page";
const SSRPageLivingSpaceAdd = () => { return <><PageLivingSpaceAdd /></> }
export default SSRPageLivingSpaceAdd;