Move applinks back from appearance to app store
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user