This commit is contained in:
alex 2022-05-02 21:27:02 +01:00
parent c23f9b8629
commit 53d82e5126
4 changed files with 10 additions and 8 deletions

View file

@ -7,7 +7,7 @@ This program is free software: you can redistribute it and/or modify it under th
export * from './controls.mjs';
export * from './euclid.mjs';
import Fraction from './fraction.mjs';
export {Fraction};
export { Fraction };
export * from './hap.mjs';
export * from './pattern.mjs';
export * from './signal.mjs';