From f21896aee492070c115d4e57f21ba18d573a421b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E5=8F=91=E7=A3=8A?= Date: Wed, 19 Aug 2020 10:26:33 +0800 Subject: [PATCH] missing export default for contact.js (#3209) --- content/docs/testing-recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (