forked from rebillar/site-accueil-insa
12 lines
373 B
TypeScript
12 lines
373 B
TypeScript
/*!
|
|
* Matomo - free/libre analytics platform
|
|
*
|
|
* @link https://matomo.org
|
|
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
|
*/
|
|
|
|
import './Dashboard/Dashboard.store.adapter';
|
|
import './Dashboard/Dashboard.adapter';
|
|
|
|
export { default as DashboardStore } from './Dashboard/Dashboard.store';
|
|
export { default as Dashboard } from './Dashboard/Dashboard';
|