export createClock from core
This commit is contained in:
parent
dc977b292d
commit
4362cb9317
1 changed files with 2 additions and 1 deletions
|
|
@ -7,8 +7,9 @@ This program is free software: you can redistribute it and/or modify it under th
|
|||
import * as controls from './controls.mjs'; // legacy
|
||||
export * from './euclid.mjs';
|
||||
import Fraction from './fraction.mjs';
|
||||
import createClock from './zyklus.mjs';
|
||||
import { logger } from './logger.mjs';
|
||||
export { Fraction, controls };
|
||||
export { Fraction, controls, createClock };
|
||||
export * from './controls.mjs';
|
||||
export * from './hap.mjs';
|
||||
export * from './pattern.mjs';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue