aboutsummaryrefslogtreecommitdiff
path: root/src/components/TestComponent.vue
blob: d2ba0b727c521a138d921d8d192f77d5a78414a4 (plain)
1
2
3
4
5
6
7
8
<template>
	<div class="text-yellow-500 bg-stone-700">
		Testing
	</div>
</template>

<script setup lang="ts">
</script>