Skip to content

Commit

Permalink
offers
Browse files Browse the repository at this point in the history
  • Loading branch information
petersopko committed Jun 22, 2022
1 parent a9b2537 commit f46c7a6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pages/bsx/offers.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<template>
<OfferStats />
</template>

<script lang="ts">
import { Component, Vue } from 'nuxt-property-decorator'
@Component({
components: {
OfferStats: () => import('@/components/bsx/Offer/OfferStats.vue'),
},
})
export default class OfferStatsPage extends Vue {
layout() {
return 'centered-half-layout'
}
}
</script>

0 comments on commit f46c7a6

Please sign in to comment.