<template>
  <Bctrop></Bctrop>
</template>
<script>
import Bctrop from "~/page/Collection/Bctrop/views";

export default {
  name: "display-bctrop",
  components: { Bctrop },
  created() { },
  mounted() { }
};
</script>  
<style></style>