From c2bd13441f0fdcf43cfd86251ff3320504913d36 Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sat, 4 Sep 2021 09:13:40 +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 cdfabf3..53f15cd 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 +//some commit export type BeatUINodeOptions = UINodeOptions & { beat: Beat,