Sign in
chromium
/
devtools
/
devtools-frontend
/
HEAD
/
.
/
front_end
/
ui
/
components
/
switch
/
switch.ts
blob: 76acd64ea81e08efad7609fcbf51c44a57faee7a [
file
] [
log
] [
blame
]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
*
as
Switch
from
'./SwitchImpl.js'
;
export
{
Switch
,
};