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