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

11 lines
191 B
Vue
Raw Normal View History

2020-02-16 18:30:00 +00:00
<template>
<div>
<ft-card class="card">
<h3>Subscriptions</h3>
</ft-card>
</div>
</template>
<script src="./Subscriptions.js" />
<style scoped src="./Subscriptions.css" />