Skip to content

Commit

Permalink
fix: 🐛 add fix for vite compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Mar 23, 2024
1 parent 9dd4160 commit c72bd38
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
*/

export * from 'ootk-core';
export * from './enums';
export * from './enums/index';
export * from './types/types';
export * from './interfaces';
export * from './coordinate';
export * from './objects';
export * from './operations';
export * from './force';
export * from './propagator';
export * from './transforms';
export * from './utils';
export * from './interfaces/index';
export * from './coordinate/index';
export * from './objects/index';
export * from './operations/index';
export * from './force/index';
export * from './propagator/index';
export * from './transforms/index';
export * from './utils/index';

0 comments on commit c72bd38

Please sign in to comment.