Initial "plugin" system with importer (#7)

This commit is contained in:
Gregory Schier
2023-11-02 18:08:43 -07:00
committed by GitHub
parent 749025640f
commit 1cd6e0af06
26 changed files with 972 additions and 452 deletions

View File

@@ -34,6 +34,7 @@ import {
TriangleDownIcon,
TriangleLeftIcon,
TriangleRightIcon,
DownloadIcon,
UpdateIcon,
} from '@radix-ui/react-icons';
import classNames from 'classnames';
@@ -55,6 +56,7 @@ const icons = {
dividerH: DividerHorizontalIcon,
dotsH: DotsHorizontalIcon,
dotsV: DotsVerticalIcon,
download: DownloadIcon,
drag: DragHandleDots2Icon,
eye: EyeOpenIcon,
eyeClosed: EyeClosedIcon,