mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
c1e5f5b260
Co-authored-by: Jiachi Liu <inbox@huozhi.im>
3 lines
70 B
JavaScript
3 lines
70 B
JavaScript
import React from 'react'
|
|
export default () => <h1>My component!</h1>
|