UNPKG

@j2inn/app

Version:

J2 Innovations core application framework

8 lines (7 loc) 187 B
/* * Copyright (c) 2022, J2 Innovations. All Rights Reserved */ export * from './RemoteApp'; export * from './RemoteAppView'; export * from './ResourceElement'; export * from './util';