Skip to content

Instantly share code, notes, and snippets.

@ByteCrak07
Created July 17, 2023 13:27
Show Gist options
  • Save ByteCrak07/a5697e68f29bfd2ae74b25939c59c64b to your computer and use it in GitHub Desktop.
Save ByteCrak07/a5697e68f29bfd2ae74b25939c59c64b to your computer and use it in GitHub Desktop.
import { FormData } from '@/components/contact';
export function sendEmail(data: FormData) {
// TODO: send email
console.log(data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment