Source code

Revision control

Copy as Markdown

Other Tools

/* Any copyright is dedicated to the Public Domain.
*/
export class NotARegistrant {
getComponents() {
return [
{
type: "SEARCH",
tagName: "test-component",
l10nURLs: [],
},
];
}
}