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