Apply Prettier styles

This commit is contained in:
Dm1tr1y147 2020-11-26 18:23:41 +00:00 committed by GitHub Actions
parent 1197c56ddd
commit 69476ba8ba

View File

@ -18,4 +18,4 @@ const useCounter = (initialState = 0) => {
return { counter, increaseCounter }; return { counter, increaseCounter };
}; };
export { useCounter } export { useCounter };