site-accueil-insa/matomo/plugins/Marketplace/vue/src/index.ts

12 lines
400 B
TypeScript

/*!
* Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
import './PluginName/PluginName.adapter';
export { default as Marketplace } from './Marketplace/Marketplace.vue';
export { default as LicenseKey } from './LicenseKey/LicenseKey.vue';
export { default as PluginName } from './PluginName/PluginName';