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