Skip to content

Commit 0e0fc2e

Browse files
fixing lint and format errors
1 parent 350c762 commit 0e0fc2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/hooks/useLoading.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { useContext } from 'react';
2-
import { LoadingContext, LoadingContextType } from '@/contexts/LoadingContextDefinition';
2+
import {
3+
LoadingContext,
4+
LoadingContextType,
5+
} from '@/contexts/LoadingContextDefinition';
36

47
export const useLoading = (): LoadingContextType => {
58
const context = useContext(LoadingContext);

0 commit comments

Comments
 (0)