Initial commit.
This commit is contained in:
7
components/header.js
Normal file
7
components/header.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
export default function Header() {
|
||||
return <header className="container">
|
||||
<h1>umami</h1>
|
||||
</header>;
|
||||
}
|
||||
Reference in New Issue
Block a user