From ab2984d6c123aef8413e7de9d9f3a4ff8d196e60 Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sat, 4 Sep 2021 09:18:28 +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 89e7aa8..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"; -//some export type BeatUINodeOptions = UINodeOptions & { beat: Beat, };