Update Contact.tsx

This commit is contained in:
Jeff Emmett 2024-08-11 20:28:52 -04:00 committed by GitHub
parent b99aa22a73
commit fedd0767dc
1 changed files with 0 additions and 1 deletions

View File

@ -13,6 +13,5 @@ export function Contact() {
<p>Email: <a href="mailto:jeffemmett@gmail.com">jeffemmett@gmail.com</a></p>
<p>GitHub: <a href="https://github.com/Jeff-Emmett">Jeff-Emmett</a></p>
</main>
);
}