base-node base-panel

This commit is contained in:
StyleZhang
2024-02-19 19:44:48 +08:00
parent c7ee8ac1c7
commit c909319413
25 changed files with 120 additions and 168 deletions

View File

@ -1,11 +1,8 @@
import type { FC } from 'react'
import BaseNode from '../_base/node'
const Node: FC = () => {
return (
<BaseNode>
<div>tool</div>
</BaseNode>
<div>tool</div>
)
}