Initial commit
This commit is contained in:
8
components/site-footer.tsx
Normal file
8
components/site-footer.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export function SiteFooter() {
|
||||
return (
|
||||
<footer className="border-t py-4 text-center text-sm text-gray-500">
|
||||
© {new Date().getFullYear()} Your Name
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user