summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/extensions/checkup.js
blob: cb655c10d732e20c9b3cfdd514d85110afcdfe6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2019 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.

import 'chrome://resources/cr_components/managed_footnote/managed_footnote.m.js';
import './shared_style.js';

import {html, Polymer} from 'chrome://resources/polymer/v3_0/polymer/polymer_bundled.min.js';

Polymer({
  is: 'extensions-checkup',

  _template: html`{__html_template__}`,

});