5个页面的ws接口

This commit is contained in:
2024-10-29 14:38:12 +08:00
parent d142b16df3
commit 022bf57feb
254 changed files with 13788 additions and 178 deletions

View File

@@ -0,0 +1,12 @@
import CenterDown from "./CenterDown";
import CenterUp from "./CenterUp";
function Center() {
return (
<div className="group_center flex-col">
<CenterUp />
<CenterDown />
</div>
);
}
export default Center;