Intial general structure of source code and page.
This commit is contained in:
10
src/components/Header.tsx
Normal file
10
src/components/Header.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import "./styles/header.css"
|
||||
|
||||
export const Header = () => {
|
||||
return (
|
||||
<header className="App-header">
|
||||
<h1>Lintu ja Maslo</h1>
|
||||
<p><i>Elokuussa 2022</i></p>
|
||||
</header>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user