Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.ts « src « vue « Goals « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 651bab37795cc9d11c3e7e971c521a56a41343c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*!
 * Matomo - free/libre analytics platform
 *
 * @link https://matomo.org
 * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/

import './GoalPageLink/GoalPageLink.adapter';
import './ManageGoals/ManageGoals.adapter';

export { default as GoalPageLink } from './GoalPageLink/GoalPageLink.ts';
export { default as ManageGoals } from './ManageGoals/ManageGoals.vue';
export { default as ManageGoalsStore } from './ManageGoals/ManageGoals.store';
export { default as PiwikApiMock } from './ManageGoals/PiwikApiMock';