mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-29 22:32:11 +00:00
8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
import DOMElement from './DOMElement'
|
|
import DOMFleetManager from './DOMFleetManager'
|
|
|
|
export {
|
|
DOMElement,
|
|
DOMFleetManager
|
|
}
|