This commit is contained in:
2025-11-29 12:10:23 -05:00
parent 010244847f
commit 1349158dcb
55 changed files with 2227 additions and 142 deletions

View File

@@ -0,0 +1,13 @@
<script setup>
import Bluesky from '../components/Bluesky.alt.vue';
</script>
<template>
<div class="grid grid-cols-1">
<main>
<center>
<Bluesky />
</center>
</main>
</div>
</template>