diff --git a/components/AppShelf/AppShelfMenu.tsx b/components/AppShelf/AppShelfMenu.tsx index 67deb3537..a1846397d 100644 --- a/components/AppShelf/AppShelfMenu.tsx +++ b/components/AppShelf/AppShelfMenu.tsx @@ -1,13 +1,25 @@ import { Menu, Text } from '@mantine/core'; import { showNotification } from '@mantine/notifications'; -import { Check, Trash } from 'tabler-icons-react'; +import { Check, Edit, Trash } from 'tabler-icons-react'; export default function AppShelfMenu(props: any) { const { name, removeitem: removeItem } = props; return (