Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 1 | // Copyright 2018 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 | 7b347ca | 2021-04-09 15:59:21 | [diff] [blame] | 4 | import '../shell/shell.js'; |
Tim van der Lippe | 33d3763 | 2021-11-29 16:01:15 | [diff] [blame] | 5 | |
6 | import * as Main from '../main/main.js'; | ||||
Tim van der Lippe | e894e9c | 2020-03-04 17:00:41 | [diff] [blame] | 7 | |
Tim van der Lippe | 33d3763 | 2021-11-29 16:01:15 | [diff] [blame] | 8 | new Main.MainImpl.MainImpl(); |