Sign in
gerrit
/
gerrit
/
c2a8f294af5bfe92d6aa7260d8ac2a0b43e0b069
/
.
/
polygerrit-ui
/
app
/
test
/
test-router.ts
blob: 4a6d39050c9df3b76c29635e7aa7918fef22df1d [
file
] [
log
] [
blame
]
/**
* @license
* Copyright 2017 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import
{
GerritNav
}
from
'../elements/core/gr-navigation/gr-navigation'
;
GerritNav
.
setup
(
()
=>
{
/* noop */
},
()
=>
{
return
{};
}
);