pull/73/head
Tim Pechersky 2021-08-05 22:10:50 +08:00
rodzic aea00fb21e
commit bfd00221f6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ export default function CachingApp({ Component, pageProps }) {
const router = useRouter();
useEffect(() => {
const handleStart = (url) => {
const handleStart = () => {
NProgress.start();
};
const handleStop = () => {