export createClock from core

This commit is contained in:
Felix Roos 2024-03-21 22:39:01 +01:00
parent dc977b292d
commit 4362cb9317

View File

@ -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';