芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/rentandbuyrealty.com/web/pages/user/profile/index.jsx
"use client" import React from "react"; import UserProfile from '@/Components/User/UserProfile.jsx' import Meta from "@/Components/Seo/Meta"; const Index = () => { return ( <>
> ); }; export default Index;