Cleanup and file reorganization
This commit is contained in:
9
js/components/HeadlineGroup.js
Normal file
9
js/components/HeadlineGroup.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
export default function({ children }) {
|
||||
return (
|
||||
<div className="headline-group">
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user