mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-16 05:42:59 +00:00
feat: migrate to esm
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
* 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 {SCEvent, SCEventMeta, SCEventWithoutReferences} from './abstract/event';
|
||||
import {SCThingMeta, SCThingType} from './abstract/thing';
|
||||
import {SCMetaTranslations} from '../general/i18n.js';
|
||||
import {SCEvent, SCEventMeta, SCEventWithoutReferences} from './abstract/event.js';
|
||||
import {SCThingMeta, SCThingType} from './abstract/thing.js';
|
||||
|
||||
/**
|
||||
* A sport course without references
|
||||
|
||||
Reference in New Issue
Block a user