16 lines
407 B
Vue
16 lines
407 B
Vue
<template>
|
|
<div>
|
|
<ft-card class="card">
|
|
<h3>{{ $t("User Playlists.Your Playlists") }}</h3>
|
|
<ft-flex-box>
|
|
<p class="message">
|
|
{{ $t("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="./UserPlaylists.js" />
|
|
<style scoped src="./UserPlaylists.css" />
|