FreeTube/src/renderer/views/UserPlaylists/UserPlaylists.vue

11 lines
192 B
Vue
Raw Normal View History

2020-02-16 19:30:00 +01:00
<template>
<div>
<ft-card class="card">
<h3>Your Playlists</h3>
</ft-card>
</div>
</template>
<script src="./UserPlaylists.js" />
<style scoped src="./UserPlaylists.css" />