diff --git a/src/App.js b/src/App.tsx similarity index 99% rename from src/App.js rename to src/App.tsx index 8d513e7..a2a7ebd 100644 --- a/src/App.js +++ b/src/App.tsx @@ -1,3 +1,5 @@ +import React from "react"; + import { useEffect, useState } from "react"; import 'bootstrap/dist/css/bootstrap.min.css'; import { Button, ButtonGroup, Container, Navbar, NavbarText} from "react-bootstrap"; @@ -96,7 +98,7 @@ function Einkauf() {

4. Zahlung

- + ); }