1
0
Fork 0
forked from Kispi/Core
HGOE-SaS/webapp/src/components/atoms/AtomFooter.vue
Simon Giesel 4f80b7e895
All checks were successful
continuous-integration/drone/push Build is passing
feat(core): add companies and csv data import
2023-07-07 00:10:50 +02:00

16 lines
No EOL
302 B
Vue
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<footer class="footer footer-center bg-base-100 p-4 text-base-content">
<div>
<p>Made with by Simon Giesel</p>
<p>Copyright © 2023 - All right reserved</p>
</div>
</footer>
</template>
<script lang="ts" setup>
</script>
<style lang="scss" scoped>
</style>