Move applinks back from appearance to app store

This commit is contained in:
Johannes Zellner
2026-01-14 17:09:32 +01:00
parent 11a33455ce
commit fb6fca152f
3 changed files with 15 additions and 41 deletions
-2
View File
@@ -1,13 +1,11 @@
<script setup>
import Branding from '../components/Branding.vue';
import Applinks from '../components/Applinks.vue';
</script>
<template>
<div class="content">
<Branding />
<Applinks />
</div>
</template>