import React from 'react'; import AuctionViewAuctions from './components/AuctionViewAuctions'; const Index: React.FC = () => { return ( <> ) } export default Index;