mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +00:00
7 lines
188 B
Vue
7 lines
188 B
Vue
<template>
|
||
<footer class="footer footer-center p-4 bg-base-300 text-base-content">
|
||
<aside>
|
||
<p>Copyright © 2024 - Made with ❤️</p>
|
||
</aside>
|
||
</footer>
|
||
</template>
|