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

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

import './RateFeature/RateFeature.adapter';
import './FeedbackQuestion/FeedbackQuestion.adapter';

export { default as RateFeature } from './RateFeature/RateFeature.vue';
export { default as FeedbackQuestion } from './FeedbackQuestion/FeedbackQuestion.vue';