diff --git a/content/docs/testing-recipes.md b/content/docs/testing-recipes.md index a7f9e5ff..d65f1742 100644 --- a/content/docs/testing-recipes.md +++ b/content/docs/testing-recipes.md @@ -253,7 +253,7 @@ export default function Map(props) { import React from "react"; import Map from "./map"; -function Contact(props) { +export default function Contact(props) { return (