/*!
 * Matomo - free/libre analytics platform
 *
 * @link    https://matomo.org
 * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
 */

export { default as Marketplace } from './Marketplace/Marketplace.vue';
export { default as ManageLicenseKey } from './ManageLicenseKey/ManageLicenseKey.vue';
export { default as GetNewPlugins } from './GetNewPlugins/GetNewPlugins.vue';
export { default as GetNewPluginsAdmin } from './GetNewPluginsAdmin/GetNewPluginsAdmin.vue';
export { default as GetPremiumFeatures } from './GetPremiumFeatures/GetPremiumFeatures.vue';
export { default as MissingReqsNotice } from './MissingReqsNotice/MissingReqsNotice.vue';
export { default as OverviewIntro } from './OverviewIntro/OverviewIntro.vue';
export { default as SubscriptionOverview } from './SubscriptionOverview/SubscriptionOverview.vue';
export { default as RichMenuButton } from './RichMenuButton/RichMenuButton.vue';
export { default as PluginList } from './PluginList/PluginList.vue';
