mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
36436122f2
* Keep some buffered pages, that won't be disposed. Fix #1939 * With reworked buffer
6 lines
64 B
JavaScript
6 lines
64 B
JavaScript
export default () => (
|
|
<div>
|
|
<p>Third Page</p>
|
|
</div>
|
|
)
|