Skip to content
Snippets Groups Projects
Commit bd4c516a authored by Martin Wighus Holtmon's avatar Martin Wighus Holtmon
Browse files

firstpart/Problem3 - setup structure to implement header - still needs to create it!

parent d180e326
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,11 @@ import './Header.css'; ...@@ -4,8 +4,11 @@ import './Header.css';
class Header extends React.Component { class Header extends React.Component {
render() { render() {
return ( return (
<div id="header">header</div> <div id="header">
); <h1>Personalized header!</h1>
{/* Content goes here! */}
</div>
)
} }
} }
......
...@@ -56,7 +56,6 @@ class States extends React.Component { ...@@ -56,7 +56,6 @@ class States extends React.Component {
</tbody> </tbody>
</table> </table>
</div> </div>
); );
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment