Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 1 | // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
Tim van der Lippe | e894e9c | 2020-03-04 17:00:41 | [diff] [blame] | 4 | import './devtools_app.js'; |
Tim van der Lippe | 6d51bf0 | 2020-03-18 12:15:14 | [diff] [blame] | 5 | import {startApplication} from './RuntimeInstantiator.js'; |
Tim van der Lippe | e894e9c | 2020-03-04 17:00:41 | [diff] [blame] | 6 | |
Tim van der Lippe | 6d51bf0 | 2020-03-18 12:15:14 | [diff] [blame] | 7 | startApplication('inspector'); |