mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 09:25:47 +01:00
Rework appshell and include calendar to the main page
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Notification } from '@mantine/core';
|
||||
import { Group, Notification } from '@mantine/core';
|
||||
import AppShelf from '../components/AppShelf/AppShelf';
|
||||
import CalendarComponent from '../components/calendar/CalendarComponent';
|
||||
import LoadConfigComponent from '../components/Config/LoadConfig';
|
||||
import SearchBar from '../components/SearchBar/SearchBar';
|
||||
|
||||
@@ -7,7 +8,10 @@ export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<SearchBar />
|
||||
<AppShelf />
|
||||
<Group align={"start"} position="apart" noWrap>
|
||||
<AppShelf />
|
||||
<CalendarComponent />
|
||||
</Group>
|
||||
<LoadConfigComponent />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user