blob: 856b48d36c940d14cb4a8bdc3636fe26c8a11ecd [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import {html} from '//resources/lit/v3_0/lit.rollup.js';
import type {CommentsApp} from './app.js';
export function getHtml(this: CommentsApp) {
return html`<!--_html_template_start_-->
<div></div>
<!--_html_template_end_-->`;
}