Skip to content

Commit

Permalink
Node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Dec 10, 2020
1 parent 67c163d commit 2cbe36d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ module.exports = ({ types: t }) => ({
t.jsxElement(
t.jsxOpeningElement(t.jsxIdentifier("p"), []),
t.jsxClosingElement(t.jsxIdentifier("p")),
[],
),
[]
)
);
},
},
}
}
});
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ module.exports = ({ types: t }) => ({
t.jsxElement(
t.jsxOpeningElement(t.jsxIdentifier("p"), []),
t.jsxClosingElement(t.jsxIdentifier("p")),
[],
),
[]
)
);
},
},
}
}
});

0 comments on commit 2cbe36d

Please sign in to comment.