Browse Source

missing export default for contact.js (#3209)

main
石发磊 4 years ago
committed by GitHub
parent
commit
f21896aee4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/testing-recipes.md

2
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 (
<div>
<address>

Loading…
Cancel
Save