blob: 6e6af9f6d10dd1842b0422cbc4246e317e601ec4 [file] [log] [blame]
/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import {html} from '@polymer/polymer/lib/utils/html-tag';
export const htmlTemplate = html` <slot></slot> `;