mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-06 12:21:06 +01:00
refactor: remove item import for now (#985)
This commit is contained in:
@@ -6,7 +6,6 @@ import {
|
||||
IconBox,
|
||||
IconBoxAlignTop,
|
||||
IconChevronDown,
|
||||
IconPackageImport,
|
||||
IconPencil,
|
||||
IconPencilOff,
|
||||
IconPlus,
|
||||
@@ -95,7 +94,6 @@ const AddMenu = () => {
|
||||
<Menu.Item leftSection={<IconBox size={20} />} onClick={handleSelectItem}>
|
||||
{t("item.action.create")}
|
||||
</Menu.Item>
|
||||
<Menu.Item leftSection={<IconPackageImport size={20} />}>{t("item.action.import")}</Menu.Item>
|
||||
|
||||
<Menu.Divider />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user