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:
Diffstat (limited to 'plugins/CoreHome/vue/src/index.ts')
-rw-r--r--plugins/CoreHome/vue/src/index.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/CoreHome/vue/src/index.ts b/plugins/CoreHome/vue/src/index.ts
index 3853065aea..6e6e61e0ad 100644
--- a/plugins/CoreHome/vue/src/index.ts
+++ b/plugins/CoreHome/vue/src/index.ts
@@ -5,7 +5,15 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
+import './Periods/Day';
+import './Periods/Week';
+import './Periods/Month';
+import './Periods/Year';
+import './Periods/Range';
+import './Periods/Periods.adapter';
+
export { default as activityIndicatorAdapter } from './ActivityIndicator/ActivityIndicator.adapter';
export { default as ActivityIndicator } from './ActivityIndicator/ActivityIndicator.vue';
export { default as translate } from './translate';
export { default as alertAdapter } from './Alert/Alert.adapter';
+export { default as Periods } from './Periods/Periods';