From 9f2ba853a3e99073a5a23a2f69f58a563581d4fb Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sat, 4 Sep 2021 09:11:08 +0200 Subject: [PATCH] chore: hook-test --- src/ui/BeatGroup/Beat/BeatView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/BeatGroup/Beat/BeatView.ts b/src/ui/BeatGroup/Beat/BeatView.ts index 53f15cd..cdfabf3 100644 --- a/src/ui/BeatGroup/Beat/BeatView.ts +++ b/src/ui/BeatGroup/Beat/BeatView.ts @@ -6,7 +6,7 @@ import ISubscriber from "../../../Subscriber"; import BeatUnitView from "./BeatUnit/BeatUnitView"; import "./Beat.css"; -//some commit +//some export type BeatUINodeOptions = UINodeOptions & { beat: Beat,