1-1对接接口
This commit is contained in:
12
src/page/LinePage1_1/Right/index.tsx
Normal file
12
src/page/LinePage1_1/Right/index.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import RightDown from "./RightDown";
|
||||
import RightUp from "./RightUp";
|
||||
|
||||
function Right() {
|
||||
return (
|
||||
<div className="group_right flex-col">
|
||||
<RightUp />
|
||||
<RightDown />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
export default Right;
|
||||
Reference in New Issue
Block a user