Skip to content

Commit f912dda

Browse files
authored
chore: temporary remove Accordion from index (#2404)
1 parent 3aeb886 commit f912dda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ export * from './types';
22
export * from './mobile';
33
export * from './theme';
44

5-
export * from './Accordion';
5+
// TODO: return after https://github.com/gravity-ui/uikit/pull/2390
6+
// export * from './Accordion';
67
export * from './ActionTooltip';
78
export * from './ActionsPanel';
89
export * from './Alert';

0 commit comments

Comments
 (0)