chore: output lines

This commit is contained in:
Joel
2024-02-21 14:11:51 +08:00
parent 65ac4dedcc
commit b4437ccd2b
6 changed files with 160 additions and 156 deletions

View File

@ -2,7 +2,8 @@ import type { FC } from 'react'
const Node: FC = () => {
return (
<div>template-transform</div>
// No summary content
<div></div>
)
}