Remove console logs and double calendar

This commit is contained in:
Aj - Thomas
2022-05-03 20:01:52 +02:00
parent 782886061f
commit 4a7480f94e

View File

@@ -10,7 +10,6 @@ export default function HomePage() {
<SearchBar /> <SearchBar />
<Group align={'start'} position="apart" noWrap> <Group align={'start'} position="apart" noWrap>
<AppShelf /> <AppShelf />
<CalendarComponent />
</Group> </Group>
<LoadConfigComponent /> <LoadConfigComponent />
</> </>