16 lines
401 B
Vue
16 lines
401 B
Vue
|
<template>
|
||
|
<div>
|
||
|
<ft-card class="card">
|
||
|
<h3>{{ $t("Subscriptions.Subscriptions") }}</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="./ProfileEdit.js" />
|
||
|
<style scoped src="./ProfileEdit.css" />
|