feat: remove unused appshelf components

This commit is contained in:
Manuel Ruwe
2022-12-08 22:17:33 +01:00
parent afbf2d2d2f
commit b6bf6cc86b
12 changed files with 152 additions and 581 deletions

View File

@@ -1,6 +1,4 @@
import { Box, createStyles, Group, Header as MantineHeader } from '@mantine/core';
import { AddItemShelfButton } from '../../AppShelf/AddAppShelfItem';
import { Logo } from '../Logo';
import { useCardStyles } from '../useCardStyles';
import { AddElementAction } from './Actions/AddElementAction/AddElementAction';
@@ -22,7 +20,6 @@ export function Header(props: any) {
</Box>
<Group position="right" noWrap>
<Search />
<AddItemShelfButton />
<AddElementAction />
<ToolsMenu />
<SettingsMenu />