Initial commit
This commit is contained in:
7
app/components/footer/Footer.tsx
Normal file
7
app/components/footer/Footer.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export function Footer() {
|
||||
return (
|
||||
<footer className="mt-8 text-xs text-slate-500">
|
||||
Copyright 2026, Brainster Next. All rights reserved.
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user