user type graphql added
This commit is contained in:
5
frontend/app/living-spaces/page.tsx
Normal file
5
frontend/app/living-spaces/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { PageLivingSpace } from "@/pages/living-space/tables/page"
|
||||
|
||||
const SSRPageLivingSpace = () => { return <><PageLivingSpace /></> }
|
||||
|
||||
export default SSRPageLivingSpace;
|
||||
Reference in New Issue
Block a user