mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-28 03:42:11 +00:00
feat: migrate to esm
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
* You should have received a copy of the GNU General Public License along with
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import {SCMap, SCRestrictedMap} from '../general/map';
|
||||
import {SCUuid} from '../general/uuid';
|
||||
import {SCSearchSortType} from '../protocol/search/sort';
|
||||
import {SCThingType} from '../things/abstract/thing';
|
||||
import {SCMonitoringConfiguration} from './monitoring';
|
||||
import {SCMap, SCRestrictedMap} from '../general/map.js';
|
||||
import {SCUuid} from '../general/uuid.js';
|
||||
import {SCSearchSortType} from '../protocol/search/sort.js';
|
||||
import {SCThingType} from '../things/abstract/thing.js';
|
||||
import {SCMonitoringConfiguration} from './monitoring.js';
|
||||
|
||||
/**
|
||||
* A backend configuration
|
||||
|
||||
Reference in New Issue
Block a user