move admin component files and add rowing component

This commit is contained in:
2026-03-04 14:40:56 +00:00
parent 2c1ecce99a
commit 5bcc65668e
8 changed files with 21 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
<script setup>
</script>
<template>
<div class="flex flex-col gap-2">
<h1>Create Rowing</h1>
</div>
</template>
<style scoped>
</style>