blob: c78184865757f9703b811fd95365220806944179 [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 {OmniboxAimAppElement} from './aim_app.js';
export function getHtml(this: OmniboxAimAppElement) {
// clang-format off
return html`<!--_html_template_start_-->
<cr-composebox></cr-composebox>
<!--_html_template_end_-->`;
// clang-format on
}