assistant-todo-mobile/src/pages/PersonalCenter/index.js

5 lines
124 B
JavaScript
Raw Normal View History

2025-01-13 06:33:16 -05:00
import React from "react";
export function PersonalCenter() {
return <div>pc端可访问:http://www.hauruyu.com</div>
}