Fix import path for stats badge

[MAILPOET-2104]
This commit is contained in:
Ján Mikláš
2019-06-25 10:03:36 +02:00
committed by M. Shull
parent 6a6299177f
commit 6fb58b91a5

View File

@@ -1,6 +1,6 @@
import MailPoet from 'mailpoet';
import React from 'react';
import StatsBadge from 'stats-badge';
import StatsBadge from 'newsletters/badges/stats.jsx';
import PropTypes from 'prop-types';
import RevenuesStats from './revenues_stats.jsx';