summaryrefslogtreecommitdiff
path: root/src/lib/brand/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/brand/hooks')
-rw-r--r--src/lib/brand/hooks/useBrand.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/brand/hooks/useBrand.js b/src/lib/brand/hooks/useBrand.js
index be42a44c..3ba65a97 100644
--- a/src/lib/brand/hooks/useBrand.js
+++ b/src/lib/brand/hooks/useBrand.js
@@ -1,5 +1,5 @@
-import { useQuery } from "react-query"
-import BrandApi from "../api/BrandApi"
+import { useQuery } from 'react-query'
+import BrandApi from '../api/BrandApi'
const useBrand = ({ id }) => {
const fetchBrand = async () => await BrandApi({ id })
@@ -10,4 +10,4 @@ const useBrand = ({ id }) => {
}
}
-export default useBrand \ No newline at end of file
+export default useBrand