frontend/components/settings/user_settings/Connections.vue
JustTemmie 39fb0a9eab
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
feat: start of "My Account" page, need API help
2025-06-01 07:15:20 +02:00

12 lines
No EOL
132 B
Vue

<template>
<div>
<h1>Connections (TBA)</h1>
</div>
</template>
<script lang="ts" setup>
</script>
<style scoped>
</style>