diff options
| author | Larvan2 <[email protected]> | 2026-04-18 14:08:45 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-18 14:08:45 +0800 |
| commit | fd39af8af5e2e6ba88f8ba2ac3e6101aeda2b6c1 (patch) | |
| tree | c1151d88422b0492dedd19eb39f56f6360b840c3 /src/components/ModalManageConnectionColumns.tsx | |
| parent | 57b2b5491c9c2cfb0f41606120b67cbb42350fa9 (diff) | |
| parent | 56758999537ca0790837f446984379eebca3a44d (diff) | |
Merge pull request #116 from Olivi-9/master
update dependencies & change style in Home
Diffstat (limited to 'src/components/ModalManageConnectionColumns.tsx')
| -rw-r--r-- | src/components/ModalManageConnectionColumns.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ModalManageConnectionColumns.tsx b/src/components/ModalManageConnectionColumns.tsx index 463f76b..6c687c4 100644 --- a/src/components/ModalManageConnectionColumns.tsx +++ b/src/components/ModalManageConnectionColumns.tsx @@ -1,6 +1,6 @@ import { DragDropContext, Draggable, Droppable } from '@hello-pangea/dnd'; import React from 'react'; -import { ChevronDown, ChevronUp, Menu } from 'react-feather'; +import { ChevronDown, ChevronUp, Menu } from '~/components/shared/FeatherIcons'; import { useTranslation } from 'react-i18next'; import BaseModal from '~/components/shared/BaseModal'; |
