mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-17 04:02:30 +00:00
feat: migrate to esm
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
* 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 {SCMetaTranslations} from '../general/i18n';
|
||||
import {SCThingMeta, SCThingType, SCThingWithoutReferences} from './abstract/thing';
|
||||
import {SCThingInPlace, SCThingInPlaceMeta} from './abstract/thing-in-place';
|
||||
import {SCContactPointWithoutReferences} from './contact-point';
|
||||
import {SCMetaTranslations} from '../general/i18n.js';
|
||||
import {SCThingMeta, SCThingType, SCThingWithoutReferences} from './abstract/thing.js';
|
||||
import {SCThingInPlace, SCThingInPlaceMeta} from './abstract/thing-in-place.js';
|
||||
import {SCContactPointWithoutReferences} from './contact-point.js';
|
||||
|
||||
/**
|
||||
* An organization without references
|
||||
|
||||
Reference in New Issue
Block a user