Skip to content

Commit 1b71d74

Browse files
committed
feat: export PortalRemove
1 parent 0039258 commit 1b71d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/plugin/component/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ export { Loading } from '@/components/Loading';
3333
export { SidebarView } from '@/components/SidebarView';
3434
export { GroupPanelSelector } from '@/components/GroupPanelSelector';
3535
export { Emoji } from '@/components/Emoji';
36-
export { PortalAdd } from '@/components/Portal';
36+
export { PortalAdd, PortalRemove } from '@/components/Portal';
3737
export { ErrorBoundary } from '@/components/ErrorBoundary';

0 commit comments

Comments
 (0)