6 lines
118 B
Cheetah
6 lines
118 B
Cheetah
<template>
|
|
<div class="flex justify-around">{{ .AppNameCaps }}</div>
|
|
</template>
|
|
<script setup lang="ts">
|
|
</script>
|