view.hbs 195 B

1234567
  1. <script setup lang="ts">
  2. import { ContentWrap } from '@common/src/components/ContentWrap'
  3. </script>
  4. <template>
  5. <ContentWrap title="{{ upperFirstName }}"> {{ name }} </ContentWrap>
  6. </template>