diff --git a/src/components/auctions/Index.vue b/src/components/auctions/Index.vue index 6291293..78391f1 100644 --- a/src/components/auctions/Index.vue +++ b/src/components/auctions/Index.vue @@ -23,6 +23,9 @@ watch(user, async (userVal) => { diff --git a/src/components/auctions/Show.vue b/src/components/auctions/Show.vue new file mode 100644 index 0000000..4d4d586 --- /dev/null +++ b/src/components/auctions/Show.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/src/pages/auctions/auction.astro b/src/pages/auctions/auction.astro new file mode 100644 index 0000000..0da1cdc --- /dev/null +++ b/src/pages/auctions/auction.astro @@ -0,0 +1,8 @@ +--- +import Layout from "../../layouts/Layout.astro"; +import AuctionShow from "../../components/auctions/Show.vue" +--- + + + + \ No newline at end of file