Skip to content

Commit 7e927d4

Browse files
author
iamsharzil
committed
removed unused variable
1 parent 3713a8f commit 7e927d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { useStore } from '../lib/redux/redux';
1212
import 'react-toastify/dist/ReactToastify.css';
1313
import '../public/styles/nprogress.css';
1414

15-
Router.events.on('routeChangeStart', (url) => {
15+
Router.events.on('routeChangeStart', () => {
1616
// console.log(`Loading: ${url}`);
1717
NProgress.start();
1818
});

0 commit comments

Comments
 (0)