typing challenge prototype

This commit is contained in:
2023-07-10 20:33:43 +02:00
parent 110771a2a4
commit 26ca9984ea
3 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,6 @@ import {
deserializeActions,
serializeActions,
} from "./chord"
import type {Chord} from "./chord"
describe("chords", function () {
describe("actions", function () {