diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx new file mode 100644 index 0000000..c0b4eb7 --- /dev/null +++ b/src/components/Footer.tsx @@ -0,0 +1,16 @@ +import { Github, Linkedin, Twitter, Mail } from "lucide-react"; + +export default function Footer() { + return ( + + ); +} \ No newline at end of file