Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 | // depending on the page the form is on, we want to style these differently, so leave up to the embedding page export { CONTRIBUTE, JOIN_THE_TEAM } from "./constants"; export { default } from "./ContributorForm"; |