DisplayNitppl.vue 233 Bytes
<template>
	<Nitppl></Nitppl>
</template>
<script>
import Nitppl from "~/page/Business/Nitppl/views";
export default {
  name: "display-nitppl",
  components: { Nitppl },
  created() {},
  mounted() {}
};
</script>
<style></style>