Merge branch 'main' of https://github.com/DHBWLoerrach/TIF22A_AnwProjekt_B
This commit is contained in:
@@ -4,14 +4,21 @@ import StatusBar from "@/components/StatusBar";
|
||||
import Button from "@/components/Button";
|
||||
import {arrowLeft, arrowRight} from "@/components/Icons";
|
||||
import WeekSelector from "@/components/WeekSelector";
|
||||
import PopUp from "@/components/PopUp";
|
||||
|
||||
|
||||
const inter = Inter({subsets: ['latin']})
|
||||
|
||||
export default function Home(p) {
|
||||
|
||||
const [pr, setPr] = useState(0)
|
||||
|
||||
|
||||
return (
|
||||
<WeekSelector />
|
||||
|
||||
<>
|
||||
<WeekSelector />
|
||||
<PopUp/>
|
||||
</>
|
||||
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user