fix: Suchfeld optimiert und alle unnötigen Elemente entfernt
- Container vereinfacht und auf Volle-Breite-Layout umgestellt. - Überflüssige Elemente im Suchfeld (z.B. Buttons) entfernt. - Eingabefeld auf maximale Breite erweitert. - Platzhaltertext auf Deutsch gesetzt.
This commit is contained in:
@@ -4,6 +4,7 @@ import { RecoilRoot } from "recoil";
|
||||
import { Provider } from "react-redux";
|
||||
import store from "../redux/store";
|
||||
import "../styles/global.css";
|
||||
//import "../public/css/geocoder.css";
|
||||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user