[WEB-4654] refactor: replace nprogress with bprogress and clean up unused code (#7559)

* refactor: replace nprogress with bprogress and clean up unused code

* chore: code refactor

* chore: code refactor
This commit is contained in:
Anmol Singh Bhatia 2025-08-11 00:37:35 +05:30 committed by GitHub
parent 9de5b1a009
commit 736296090e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 67 additions and 538 deletions

View file

@ -1,4 +1,4 @@
// router from n-progress-bar
import { useRouter } from "@/lib/n-progress";
import { useRouter } from "@/lib/b-progress";
export const useAppRouter = () => useRouter();