react-code-dataset
/
next.js
/test
/development
/pages-dir
/client-navigation
/fixture
/pages
/default-head.js
| import React from 'react' | |
| import Head from 'next/head' | |
| export default () => ( | |
| <div> | |
| <Head /> | |
| <h1>next-head, but only once.</h1> | |
| </div> | |
| ) | |