add slider function to scope

This commit is contained in:
Felix Roos 2023-09-30 21:22:49 +02:00
parent 2731e70fb7
commit b36cee93f7
4 changed files with 31 additions and 6 deletions

View file

@ -1,3 +1,4 @@
export * from './codemirror.mjs';
export * from './highlight.mjs';
export * from './flash.mjs';
export * from './slider.mjs';