added eslint and prettier and formatted the whole codebase
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { useContext } from "react";
|
||||
import { LoadingContext } from "../contexts/Loading";
|
||||
import { useContext } from 'react';
|
||||
import { LoadingContext } from '../contexts/Loading';
|
||||
|
||||
export const useLoading = () => useContext(LoadingContext);
|
||||
export const useLoading = () => useContext(LoadingContext);
|
||||
|
Reference in New Issue
Block a user