Skip to content

Commit

Permalink
fix: build (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
SorsOps authored Aug 8, 2023
1 parent ca78a99 commit eab995d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/graph-editor/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * from './components';
export * from './utils';
export * from './types';
export * from './redux';
export * from './context';
export * from './editor';
export * from './components/index.ts';
export * from './utils/index.ts';
export * from './types/index.ts';
export * from './redux/index.tsx';
export * from './context/index.ts';
export * from './editor/index.tsx';
export * from './editor/editorTypes.ts';

0 comments on commit eab995d

Please sign in to comment.