From 932ad5a321a42257f3036aca65f69c9c2c1c2165 Mon Sep 17 00:00:00 2001 From: Ravi Shekhar Date: Mon, 9 Dec 2024 11:41:54 -0600 Subject: [PATCH] fix: dummy commit --- src/component/component.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/component/component.js b/src/component/component.js index c86e0601..6779eda9 100644 --- a/src/component/component.js +++ b/src/component/component.js @@ -79,6 +79,7 @@ type Logger = { /* Component --------- + Dummy Message to test PR This is the spec for the component. The idea is, when I call zoid.create(), it will create a new instance of Component with the blueprint needed to set up ParentComponents and ChildComponents.