diff --git a/src/pages/CustomHooks/use-fetch/test.jsx b/src/pages/CustomHooks/use-fetch/test.jsx index 610fe63..e709c44 100644 --- a/src/pages/CustomHooks/use-fetch/test.jsx +++ b/src/pages/CustomHooks/use-fetch/test.jsx @@ -1,3 +1,4 @@ +import Loading from "@/components/ui/Loading"; import useFetch from "./useFetch"; const UseFetchHookTest = () => {