diff --git a/src/components/auctions/Index.vue b/src/components/auctions/Index.vue new file mode 100644 index 0000000..6291293 --- /dev/null +++ b/src/components/auctions/Index.vue @@ -0,0 +1,28 @@ + + + diff --git a/src/pages/auctions/index.astro b/src/pages/auctions/index.astro new file mode 100644 index 0000000..744a70b --- /dev/null +++ b/src/pages/auctions/index.astro @@ -0,0 +1,8 @@ +--- +import Layout from "../../layouts/Layout.astro"; +import AuctionsIndex from '../../components/auctions/Index.vue' +--- + + + +