mirror of
https://github.com/GithubOrgProjectPiza/frontend.git
synced 2026-09-04 08:36:08 +02:00
Merge branch 'main' into pages-Betty
This commit is contained in:
+8
-11
@@ -1,26 +1,23 @@
|
||||
|
||||
import logo from "./logo.svg";
|
||||
import ButtonPrimary from "./Components/buttonPrimary";
|
||||
import ButtonSecondary from "./Components/buttonSecondary";
|
||||
import './App.css';
|
||||
import p_logo_dark from './pizza_logo_dark.png'
|
||||
import p_logo_light from './pizza_logo_light.png'
|
||||
import "./App.css";
|
||||
import p_logo_dark from "./pizza_logo_dark.png";
|
||||
import p_logo_light from "./pizza_logo_light.png";
|
||||
import Header1 from "./Components/header_1";
|
||||
import test from "./Components/test";
|
||||
import Card from "./Components/card";
|
||||
import img_paparoy from './paparoy.jpg';
|
||||
import img_alaturca from './alaturca.jpg';
|
||||
import img_paparoy from "./paparoy.jpg";
|
||||
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 ">
|
||||
<EndPage />
|
||||
<div className="App">
|
||||
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user