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 {};
}
);