remove unnecessary import and add lessons learned to brainstorm

This commit is contained in:
luisa.bellitto 2025-06-14 13:51:05 +02:00 committed by Luisa Bellitto
parent d91eda402a
commit ba6ad011a1
2 changed files with 3 additions and 2 deletions

View file

@ -18,3 +18,6 @@
# Finanzen
Von 10 - 20 % der Zeit in Meetings / Planung verbuchen.
# Lessons learned
nicht mit git übertreiben (Keine komplexen Dinge versuchen, das macht alles nur schlimmer)

View file

@ -1,7 +1,5 @@
import "./loginAndSignUpPage.css";
import { useState } from 'react';
import Header from './header';
import Footer from "./Footer";
function LoginAndSignUpPage(){