user type graphql added

This commit is contained in:
2025-11-25 20:16:11 +03:00
parent eedfed1a65
commit 2062aa7a1d
52 changed files with 3111 additions and 45 deletions

View File

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