mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Related work items: #10, #15, #16, #1591, #1592, #1604, #1611, #1617, #1618, #1628, #1632, #1637, #1644, #1655, #1676, #1681, #1682, #1683
8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
/*
|
|
* Public API Surface of printer
|
|
*/
|
|
|
|
export * from './lib/modal-printer.module';
|
|
export * from './lib/modal-printer.component';
|
|
export * from './lib/modal-printer.data';
|