Optimize file name
This commit is contained in:
7
src/components/common/Sidebar/ItemList.tsx
Normal file
7
src/components/common/Sidebar/ItemList.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react'
|
||||
|
||||
const ItemList: React.FC<React.PropsWithChildren> = (props) => {
|
||||
return <ul>{props.children}</ul>
|
||||
}
|
||||
|
||||
export default ItemList
|
||||
Reference in New Issue
Block a user