mirror of
https://github.com/dzeiocom/components.git
synced 2025-04-22 10:52:16 +00:00
8 lines
171 B
JavaScript
8 lines
171 B
JavaScript
import Router from 'next/router';
|
|
|
|
Router.router = {
|
|
push: async () => {},
|
|
replace: async () => {},
|
|
prefetch: () => {},
|
|
route: '/mock-route',
|
|
pathname: 'mock-path',}; |