From 96815cadf26d1830c122d67437b5c6129edef6a0 Mon Sep 17 00:00:00 2001 From: Harry Hope Date: Sun, 19 Apr 2020 19:24:51 -0400 Subject: [PATCH] formatting --- example/example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example.js b/example/example.js index 09d9321..acc3587 100644 --- a/example/example.js +++ b/example/example.js @@ -11,7 +11,7 @@ const App = props => { const [value, updateValue] = useHookedOnState('app.counterValue', 0) return (
-
+
{value}