replace relative imports with package imports

This commit is contained in:
Felix Roos 2022-03-25 22:43:55 +01:00
parent e1bb58fb06
commit 0a8397b3dc
5 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,5 @@
import { Pattern } from '@strudel/core/strudel.mjs';
import { mod } from '../../packages/core/util.mjs';
import { mod } from '@strudel/core/util.mjs';
export function edo(name) {
if (!/^[1-9]+[0-9]*edo$/.test(name)) {