<template>
<tiny-layout class="tiny-font">
<h1>User Experience Design</h1>
<h5>Helvetica</h5>
</tiny-layout>
</template>
<script setup lang="jsx">
import { Layout as TinyLayout } from '@opentiny/vue'
</script>