Created the PowerItemGroup.jsx
This commit is contained in:
parent
74b2d12e0d
commit
d168bb7f44
@ -0,0 +1,8 @@
|
|||||||
|
import "./styles.sass";
|
||||||
|
|
||||||
|
export const PowerItemGroup = ({children, name}) => (
|
||||||
|
<div className="power-item-group">
|
||||||
|
<p>{name}</p>
|
||||||
|
{children}
|
||||||
|
</div>
|
||||||
|
)
|
Reference in New Issue
Block a user