blob: 942a41af701d31afd4ad19644cd21f247f1afcb7 [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 {};
}
);