5.16 内拍改造

This commit is contained in:
jl-zhoujl2
2022-05-16 16:22:57 +08:00
parent 216d65fe55
commit a5d48fc999
8 changed files with 1106 additions and 18 deletions

View File

@ -0,0 +1,12 @@
import React from 'react';
import AuctionViewAuctions from './components/AuctionViewAuctions';
const Index: React.FC = () => {
return (
<>
<AuctionViewAuctions />
</>
)
}
export default Index;