From cccba8ba9e899131b8861be43df6a92a2fbc2260 Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sat, 4 Sep 2021 09:07:18 +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 2e5d157..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 comment +//some export type BeatUINodeOptions = UINodeOptions & { beat: Beat,