secret/components/Footer.js
2023-09-13 20:22:28 +05:30

9 lines
156 B
JavaScript

export default function Footer() {
return (
<footer className='w-full text-center text-xs text-app-greyish-blue'>
<p></p>
</footer>
)
}