From 3f8c82dcafd1ae9796dc4095927c64fd0ffcb187 Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sat, 4 Sep 2021 09:33:16 +0200 Subject: [PATCH] chore: hook-test --- src/ui/BeatGroup/Beat/BeatView.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/BeatGroup/Beat/BeatView.ts b/src/ui/BeatGroup/Beat/BeatView.ts index 2a04de4..57794a2 100644 --- a/src/ui/BeatGroup/Beat/BeatView.ts +++ b/src/ui/BeatGroup/Beat/BeatView.ts @@ -6,7 +6,6 @@ import ISubscriber from "../../../Subscriber"; import BeatUnitView from "./BeatUnit/BeatUnitView"; import "./Beat.css"; - export type BeatUINodeOptions = UINodeOptions & { beat: Beat, };