MCPcopy Create free account
hub / github.com/dailydotdev/apps /

Class

packages/extension/src/lib/CustomRouter.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7declare type Url = UrlObject | string;
8
9export default class CustomRouter implements NextRouter {
10 asPath = '/';
11
12 back(): void {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected