blob: 8fcaea30c4b20f517a9b5fbe08c455fab00f17ef [file] [log] [blame]
Blink Reformat4c46d092018-04-07 15:32:371// 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 Lippee894e9c2020-03-04 17:00:414import './shell.js';
Tim van der Lippe6d51bf02020-03-18 12:15:145import {startApplication} from './RuntimeInstantiator.js';
Tim van der Lippee894e9c2020-03-04 17:00:416
Tim van der Lippe6d51bf02020-03-18 12:15:147startApplication('ndb_app');