<script setup>
</script>

<template>
  <div>
    <h1 class="text-primary">Nuxt module playground!</h1>
    <RayButton>button</RayButton>
  </div>
</template>