mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
6542750e12
We ran into this eg on hyper-site, which has `module.exports` in the content.
4 lines
60 B
JavaScript
4 lines
60 B
JavaScript
export default () => {
|
|
return <div>module.exports</div>
|
|
}
|