Optimize file name

This commit is contained in:
2024-01-05 13:51:38 +08:00
parent 3d8e55cbea
commit 6c8c6088d1
41 changed files with 177 additions and 162 deletions

View File

@@ -0,0 +1,7 @@
import React from 'react'
const ItemList: React.FC<React.PropsWithChildren> = (props) => {
return <ul>{props.children}</ul>
}
export default ItemList