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 };