blob: a498575e20de9fb559a64be23fb46189fad3afec [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
const template = document.createElement('template');
template.innerHTML = `
<dom-module id="settings-page-styles">{__html_template__}</dom-module>
`;
document.body.appendChild(template.content.cloneNode(true));
export {};