Intial general structure of source code and page.

This commit is contained in:
codevictory
2021-11-11 21:03:23 +02:00
parent 2581adce4d
commit e0d29f173d
19 changed files with 249 additions and 13 deletions

10
src/components/Header.tsx Normal file
View 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>
)
}