feat: 重做个人信息页交互
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import "./app.scss";
|
||||
import type { ReactNode } from "react";
|
||||
|
||||
function App(props) {
|
||||
function App(props: { children?: ReactNode }) {
|
||||
const { children } = props;
|
||||
return children ?? null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user