Files
gitlab-instance-0a899031_na…/components/SiteFooter.tsx
2025-11-13 05:05:53 +08:00

7 lines
197 B
TypeScript

export function SiteFooter() {
return (
<footer className="text-center py-4 text-sm text-gray-500">
<p>© 2024 . All rights reserved.</p>
</footer>
)
}