Skip to content

Commit eab995d

Browse files
authored
fix: build (#58)
1 parent ca78a99 commit eab995d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
export * from './components';
2-
export * from './utils';
3-
export * from './types';
4-
export * from './redux';
5-
export * from './context';
6-
export * from './editor';
1+
export * from './components/index.ts';
2+
export * from './utils/index.ts';
3+
export * from './types/index.ts';
4+
export * from './redux/index.tsx';
5+
export * from './context/index.ts';
6+
export * from './editor/index.tsx';
77
export * from './editor/editorTypes.ts';

0 commit comments

Comments
 (0)