mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-05-04 20:20:11 +00:00
feat: migrate to esm
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import {SCMetaTranslations} from '../general/i18n';
|
||||
import {SCThing, SCThingMeta, SCThingType, SCThingWithoutReferences} from './abstract/thing';
|
||||
import {SCRoomWithoutReferences} from './room';
|
||||
import {SCMetaTranslations} from '../general/i18n.js';
|
||||
import {SCThing, SCThingMeta, SCThingType, SCThingWithoutReferences} from './abstract/thing.js';
|
||||
import {SCRoomWithoutReferences} from './room.js';
|
||||
|
||||
/**
|
||||
* A contact point without references
|
||||
|
||||
Reference in New Issue
Block a user