Add auction

This commit is contained in:
2026-03-18 00:24:11 +01:00
parent d2212391c7
commit 21e6b4aaf6
5 changed files with 444 additions and 2 deletions

7
app/routes/auction.tsx Normal file
View File

@@ -0,0 +1,7 @@
import { AuctionPage } from "~/pages/auction/AuctionPage";
export default function Auction() {
return (
<AuctionPage />
)
}