Source: plot/core/utils/index.js

/**
 * A super module that collects available sub-modules.
 *
 * @namespace vef.plot.core.extensions
 * @memberof vef.plot.core
 */
import "./PlotlyNotificationRedirection.css";
import "./PlotlyNotifier.css";

export * from './PlotlyNotificationRedirection.js';
export * from './PlotlyNotifier.js';