1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-29 22:32:11 +00:00
Florian Bouillon a5ee777860 Added DomManager
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
2020-09-02 12:50:47 +02:00

8 lines
128 B
TypeScript

import DOMElement from './DOMElement'
import DOMFleetManager from './DOMFleetManager'
export {
DOMElement,
DOMFleetManager
}