diff options
Diffstat (limited to 'src/core/hooks/useAuth.js')
| -rw-r--r-- | src/core/hooks/useAuth.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hooks/useAuth.js b/src/core/hooks/useAuth.js index 13f04454..af62e45c 100644 --- a/src/core/hooks/useAuth.js +++ b/src/core/hooks/useAuth.js @@ -1,5 +1,5 @@ -import { useEffect, useState } from "react" -import { getAuth } from "../utils/auth" +import { useEffect, useState } from 'react' +import { getAuth } from '../utils/auth' const useAuth = () => { const [auth, setAuth] = useState(null) @@ -12,4 +12,4 @@ const useAuth = () => { return auth } -export default useAuth
\ No newline at end of file +export default useAuth |
