mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +01:00
Remove all unused dependencies and items
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { Group, Notification } from '@mantine/core';
|
||||
import { Group } 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';
|
||||
|
||||
@@ -8,7 +7,7 @@ export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<SearchBar />
|
||||
<Group align={'start'} position="apart" noWrap>
|
||||
<Group align="start" position="apart" noWrap>
|
||||
<AppShelf />
|
||||
</Group>
|
||||
<LoadConfigComponent />
|
||||
|
||||
Reference in New Issue
Block a user