Remove all unused dependencies and items

This commit is contained in:
Aj - Thomas
2022-05-04 07:30:06 +02:00
parent 1ce8a06e21
commit 1667ea2754
15 changed files with 34 additions and 83 deletions

View File

@@ -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 />