added eslint and prettier and formatted the whole codebase

This commit is contained in:
asif
2025-08-25 02:00:54 +05:30
parent 700a9261a8
commit f400490b65
54 changed files with 1119 additions and 969 deletions

View File

@@ -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);