<template>
  <Lttcan></Lttcan>
</template>
<script>
import Lttcan from "~/page/Lc/Lttcan/views";

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