forked from vergnet/site-accueil-insa
12 lines
400 B
TypeScript
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';
|