blob: a8fcd7f26efc67569d096a3e2efbda28c999bbb5 [file] [log] [blame]
/**
* @license
* Copyright 2022 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import './codemirror-element';
// With rollup we cannot use files with exports as an entry point, so we
// cannot use `codemirror-element.ts` directly, but need this indirection.