summaryrefslogtreecommitdiff
path: root/src/core/hooks/useAuth.js
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-22 11:03:34 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-22 11:03:34 +0700
commitf66b12fd1d0b83af0d7230d7b1565fbe00afbe3c (patch)
tree253dcf854a3c92e09ca846e86a09e5b4c5d16be1 /src/core/hooks/useAuth.js
parent3c559031623649a67825ff47f34512f0eb946861 (diff)
prettier
Diffstat (limited to 'src/core/hooks/useAuth.js')
-rw-r--r--src/core/hooks/useAuth.js6
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