2020-02-16 18:30:00 +00:00
|
|
|
<template>
|
|
|
|
<div>
|
|
|
|
<ft-card class="card">
|
2020-08-07 00:20:42 +00:00
|
|
|
<h3>{{ $t("Subscriptions.Subscriptions") }}</h3>
|
2020-05-28 02:48:41 +00:00
|
|
|
<ft-flex-box>
|
|
|
|
<p class="message">
|
2020-08-06 03:39:00 +00:00
|
|
|
{{ $t("This part of the app is not ready yet. Come back later when progress has been made.") }}
|
2020-05-28 02:48:41 +00:00
|
|
|
</p>
|
|
|
|
</ft-flex-box>
|
2020-02-16 18:30:00 +00:00
|
|
|
</ft-card>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script src="./Subscriptions.js" />
|
|
|
|
<style scoped src="./Subscriptions.css" />
|