remove gist function

This commit is contained in:
Felix Roos 2023-12-29 15:07:53 +01:00
parent b1d06c4eb7
commit a5af6d5f4c
4 changed files with 0 additions and 29 deletions

View file

@ -27,7 +27,6 @@ export * from './pianoroll.mjs';
export * from './spiral.mjs';
export * from './ui.mjs';
export { default as drawLine } from './drawLine.mjs';
export { default as gist } from './gist.js';
// below won't work with runtime.mjs (json import fails)
/* import * as p from './package.json';
export const version = p.version; */