From 69476ba8ba6c59c49479509a9aff03b507fa8520 Mon Sep 17 00:00:00 2001 From: Dm1tr1y147 Date: Thu, 26 Nov 2020 18:23:41 +0000 Subject: [PATCH] Apply Prettier styles --- hooks/counter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/counter.js b/hooks/counter.js index 278c5d9..91fa1c9 100644 --- a/hooks/counter.js +++ b/hooks/counter.js @@ -18,4 +18,4 @@ const useCounter = (initialState = 0) => { return { counter, increaseCounter }; }; -export { useCounter } \ No newline at end of file +export { useCounter };