Skip to content

Commit

Permalink
fix: 🐛 fix issue with vite
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Mar 23, 2024
1 parent 0ecdcc3 commit 9b540f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Orbital Object ToolKit. If not, see <http://www.gnu.org/licenses/>.
*/

export * from 'ootk-core';
export * from 'ootk-core/src/main';
export * from './enums/index';
export * from './types/types';
export * from './interfaces/index';
Expand Down

0 comments on commit 9b540f9

Please sign in to comment.