enrecipes/app/components/Favorites.vue

12 lines
165 B
Vue
Raw Normal View History

2020-09-15 11:10:16 +00:00
<template>
<AbsoluteLayout>
<Label text="Favorites" textWrap="true" />
</AbsoluteLayout>
</template>
<script>
export default {};
</script>
<style>
</style>