Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-10-07 12:38:01 +02:00
parent 8d7a8c70f0
commit 926d065602
23 changed files with 202 additions and 461 deletions

View File

@ -1,7 +1,9 @@
import Router from 'next/router'
Router.router = {
push: async () => {},
push: async (route) => {
console.log('Pushing router to', route)
},
replace: async () => {},
prefetch: () => {},
route: '/mock-route',