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