Files
next-coins/app/components/footer/Footer.tsx
2026-03-04 02:35:48 +01:00

8 lines
171 B
TypeScript

export function Footer() {
return (
<footer className="mt-8 text-xs text-slate-500">
Copyright 2026, Brainster Next. All rights reserved.
</footer>
);
}