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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen <ben.burgess@innocraft.com>2022-05-25 04:25:04 +0300
committerBen <ben.burgess@innocraft.com>2022-05-25 04:25:04 +0300
commit7a3865b02d6c4511db639d61f6de7e9c216fa675 (patch)
treef73b884c3ce969fba97b391d5652ea0a308d6b7d /plugins/Goals/vue/src/index.ts
parent276ed587372cd76f44e51f9a98462c45f1eb8f5c (diff)
parent53c00a78caf96d24dd8f7f74dc8fd74268b312b1 (diff)
Merge branch '4.x-dev' into lockaltlockalt
Diffstat (limited to 'plugins/Goals/vue/src/index.ts')
-rw-r--r--plugins/Goals/vue/src/index.ts14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/Goals/vue/src/index.ts b/plugins/Goals/vue/src/index.ts
new file mode 100644
index 0000000000..651bab3779
--- /dev/null
+++ b/plugins/Goals/vue/src/index.ts
@@ -0,0 +1,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';