chromium/ash/webui/camera_app_ui/resources/js/lit/components/index.ts

// 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.

// This file is imported by main.ts to have all Lit components registered.
import './gallery-button.js';
import './mode-selector.js';
import './record-time-chip.js';
import './svg-wrapper.js';
import './switch-device-button.js';
import './text-tooltip.js';