master
LiuJiaNan 2026-02-02 09:44:40 +08:00
parent e487599478
commit 7ce56deefe
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
function AppMenu(props) {
return props.children;
}
export default AppMenu;