Header big

This commit is contained in:
BettinaHallinger
2022-04-20 12:16:01 +02:00
parent a36bd54a0d
commit 007249143a
9 changed files with 105 additions and 3 deletions
+5 -1
View File
@@ -13,10 +13,14 @@ import img_alaturca from './alaturca.jpg';
import Eingabefeld from "./Components/eingabefeld";
import "../node_modules/font-awesome/css/font-awesome.min.css";
import Liste from "./Components/liste";
import MainPage from "./Components/mainpage";
import HeaderBig from "./Components/header_big";
import EndPage from "./Components/endpage";
function App() {
return (
<div className="App">
<div className="App ">
<EndPage />
</div>
);
}