mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-26 19:02:17 +00:00
feat: migrate to esm
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
* 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 {SCCatalogWithoutReferences} from '../catalog';
|
||||
import {SCPersonWithoutReferences} from '../person';
|
||||
import {SCSemesterWithoutReferences} from '../semester';
|
||||
import {SCCreativeWorkWithoutReferences} from './creative-work';
|
||||
import {SCThing, SCThingMeta, SCThingWithoutReferences} from './thing';
|
||||
import {SCMetaTranslations} from '../../general/i18n.js';
|
||||
import {SCCatalogWithoutReferences} from '../catalog.js';
|
||||
import {SCPersonWithoutReferences} from '../person.js';
|
||||
import {SCSemesterWithoutReferences} from '../semester.js';
|
||||
import {SCCreativeWorkWithoutReferences} from './creative-work.js';
|
||||
import {SCThing, SCThingMeta, SCThingWithoutReferences} from './thing.js';
|
||||
|
||||
/**
|
||||
* An event without references
|
||||
|
||||
Reference in New Issue
Block a user