mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 15:28:50 +00:00
remove unnecessary import and add lessons learned to brainstorm
This commit is contained in:
parent
d91eda402a
commit
ba6ad011a1
2 changed files with 3 additions and 2 deletions
|
@ -18,3 +18,6 @@
|
||||||
# Finanzen
|
# Finanzen
|
||||||
Von 10 - 20 % der Zeit in Meetings / Planung verbuchen.
|
Von 10 - 20 % der Zeit in Meetings / Planung verbuchen.
|
||||||
|
|
||||||
|
# Lessons learned
|
||||||
|
nicht mit git übertreiben (Keine komplexen Dinge versuchen, das macht alles nur schlimmer)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
import "./loginAndSignUpPage.css";
|
import "./loginAndSignUpPage.css";
|
||||||
import { useState } from 'react';
|
import { useState } from 'react';
|
||||||
import Header from './header';
|
|
||||||
import Footer from "./Footer";
|
|
||||||
|
|
||||||
|
|
||||||
function LoginAndSignUpPage(){
|
function LoginAndSignUpPage(){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue