blob: 5c2cb8b45b88a731829b5bf664be82da5d22be92 [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* @fileoverview
* Main entry point for the set time dialog
*/
import '/strings.m.js';
import './set_time_dialog.js';
import {ColorChangeUpdater} from 'chrome://resources/cr_components/color_change_listener/colors_css_updater.js';
window.onload = () => {
ColorChangeUpdater.forDocument().start();
};