mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
chore: output lines
This commit is contained in:
@ -2,7 +2,8 @@ import type { FC } from 'react'
|
||||
|
||||
const Node: FC = () => {
|
||||
return (
|
||||
<div>template-transform</div>
|
||||
// No summary content
|
||||
<div></div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user