<template>
	<m-bch title="dbdbch" type="delete"></m-bch>
</template>

<script>
import Dbibch from "~/views/Statics/Dbibch";

export default {
  name: "StaticsDbdbch",
	components: {
		"m-bch": Dbibch
	},
  data() {
    return {};
  },
};
</script>

<style>
</style>