parent
5fbe297dbb
commit
3d7b682af9
2 changed files with 12 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||||
|
import React from "react"; |
||||||
|
|
||||||
|
const BoxNextToEachOther = () => { |
||||||
|
return <div>BoxNextToEachOther</div>; |
||||||
|
}; |
||||||
|
|
||||||
|
export default BoxNextToEachOther; |
||||||
|
|
||||||
|
BoxNextToEachOther.defaultProps = { |
||||||
|
items: [{}], |
||||||
|
}; |
Loading…
Reference in new issue