5 lines
124 B
JavaScript
5 lines
124 B
JavaScript
|
import React from "react";
|
||
|
|
||
|
export function PersonalCenter() {
|
||
|
return <div>pc端可访问:http://www.hauruyu.com</div>
|
||
|
}
|