Skip to content
Snippets Groups Projects
_id.vue 277 B
Newer Older
<template>
  <div><ChemicalProbeReportCard /></div>
</template>

<script>
import ChemicalProbeReportCard from '~/components/report_cards/chemical_probe/ChemicalProbeReportCard.vue'
export default {
  components: {
    ChemicalProbeReportCard,
  },
}
</script>

<style></style>