Add auction
This commit is contained in:
7
app/routes/auction.tsx
Normal file
7
app/routes/auction.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { AuctionPage } from "~/pages/auction/AuctionPage";
|
||||
|
||||
export default function Auction() {
|
||||
return (
|
||||
<AuctionPage />
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user