3.10 工程代码同步master
This commit is contained in:
12
src/pages/Auction/AuctionMyLookingForInnerShot/index.tsx
Normal file
12
src/pages/Auction/AuctionMyLookingForInnerShot/index.tsx
Normal file
@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
import AuctionMyLookingForInnerShot from './components/AuctionMyLookingForInnerShot';
|
||||
|
||||
const Index: React.FC = () => {
|
||||
return (
|
||||
<>
|
||||
<AuctionMyLookingForInnerShot />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Index;
|
Reference in New Issue
Block a user