Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
declare
type
Url = UrlObject | string;
8
9
export
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