/** * Copyright (c) 2018-2025 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal * @author Alexander Rose */ import './mvs.html'; import './embedded.html'; import './favicon.ico'; import './index.html'; import '../../mol-plugin-ui/skin/light.scss'; export * from './lib.js'; export * from './extensions.js'; export * from './app.js'; export * from './presets.js';