freetube/src/renderer/views/Subscriptions/Subscriptions.vue

16 lines
367 B
Vue

<template>
<div>
<ft-card class="card">
<h3>Subscriptions</h3>
<ft-flex-box>
<p class="message">
This part of the app is not ready yet. Come back later when progress has been made.
</p>
</ft-flex-box>
</ft-card>
</div>
</template>
<script src="./Subscriptions.js" />
<style scoped src="./Subscriptions.css" />