react-code-dataset
/
next.js
/test
/development
/acceptance-app
/fixtures
/component-stack
/app
/page.js
| import Component from './component' | |
| export default function Mismatch() { | |
| return ( | |
| <main> | |
| <Component /> | |
| </main> | |
| ) | |
| } | |