1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-24 07:17:55 +01:00

fix: 🐛 Rimosso il vecchio componente Alert dagli export

This commit is contained in:
Maicol Battistini 2022-01-26 19:53:06 +01:00
parent b579db3f98
commit 82152f4c70

View File

@ -1,7 +1,6 @@
/* eslint-disable import/export */
// noinspection JSUnusedGlobalSymbols
export {default as Alert} from './Alert';
export {default as Component} from './Component';
export * from './DataTable';
export {extend, override} from './extend';