mirror of
https://github.com/khairul169/code-share.git
synced 2025-06-18 01:29:35 +07:00
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
|
import NProgress from "nprogress";
|
||
|
|
||
|
export const onPageTransitionStart = async () => {
|
||
|
NProgress.start();
|
||
|
};
|