mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-14 03:29:21 +00:00
@ -1,8 +1,9 @@
|
||||
import Router from 'next/router';
|
||||
import Router from 'next/router'
|
||||
|
||||
Router.router = {
|
||||
push: async () => {},
|
||||
replace: async () => {},
|
||||
prefetch: () => {},
|
||||
route: '/mock-route',
|
||||
pathname: 'mock-path',};
|
||||
pathname: 'mock-path',
|
||||
}
|
||||
|
Reference in New Issue
Block a user