<template>
  <Xxdinf></Xxdinf>
</template>
<script>
import Xxdinf from "~/page/Statics/Xxdinf/views";

export default {
  name: "Info-Ded",
  components: { Xxdinf },
  created() { },
  mounted() { }
};
</script>  
<style></style>