diff --git a/components/Footer.tsx b/components/Footer.tsx new file mode 100644 index 0000000..abb0776 --- /dev/null +++ b/components/Footer.tsx @@ -0,0 +1,9 @@ +import React from "react"; + +const year = new Date().getFullYear(); + +export default function Footer() { + return ( +