Skip to content

Commit

Permalink
Merge pull request #97 from FMS-Cat/no-default-export
Browse files Browse the repository at this point in the history
BREAKING: no default exports
  • Loading branch information
Yutaka "FMS_Cat" Obuchi authored Nov 18, 2020
2 parents 7b921d5 + 3e01b32 commit 216fe4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions packages/automaton-with-gui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ export { AutomatonWithGUI } from './AutomatonWithGUI';
export { ChannelItemWithGUI } from './ChannelItemWithGUI';
export { ChannelWithGUI } from './ChannelWithGUI';
export { CurveWithGUI } from './CurveWithGUI';

import { AutomatonWithGUI } from './AutomatonWithGUI';
export default AutomatonWithGUI;
3 changes: 0 additions & 3 deletions packages/automaton/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ export { Automaton } from './Automaton';
export { Channel } from './Channel';
export { ChannelItem } from './ChannelItem';
export { Curve } from './Curve';

import { Automaton } from './Automaton';
export default Automaton;

0 comments on commit 216fe4c

Please sign in to comment.