kopia lustrzana https://github.com/bugout-dev/moonstream
fix linter
rodzic
aea00fb21e
commit
bfd00221f6
|
|
@ -21,7 +21,7 @@ export default function CachingApp({ Component, pageProps }) {
|
|||
const router = useRouter();
|
||||
|
||||
useEffect(() => {
|
||||
const handleStart = (url) => {
|
||||
const handleStart = () => {
|
||||
NProgress.start();
|
||||
};
|
||||
const handleStop = () => {
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue