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

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

import './MultisitesSite/MultisitesSite.adapter';

export { default as MultisitesSite } from './MultisitesSite/MultisitesSite.vue';
export { default as DashboadStore } from './Dashboard/Dashboard.store';