mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-05-09 06:29:02 +00:00
feat: migrate to esm
This commit is contained in:
@@ -12,20 +12,20 @@
|
||||
* 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, SCTranslations} from '../general/i18n';
|
||||
import {SCISO8601Date, SCISO8601Duration} from '../general/time';
|
||||
import {SCThingMeta, SCThingType} from './abstract/thing';
|
||||
import {SCThingInPlace, SCThingInPlaceMeta} from './abstract/thing-in-place';
|
||||
import {SCMetaTranslations, SCTranslations} from '../general/i18n.js';
|
||||
import {SCISO8601Date, SCISO8601Duration} from '../general/time.js';
|
||||
import {SCThingMeta, SCThingType} from './abstract/thing.js';
|
||||
import {SCThingInPlace, SCThingInPlaceMeta} from './abstract/thing-in-place.js';
|
||||
import {
|
||||
SCAcademicPriceGroup,
|
||||
SCThingThatCanBeOffered,
|
||||
SCThingThatCanBeOfferedMeta,
|
||||
SCThingThatCanBeOfferedTranslatableProperties,
|
||||
SCThingThatCanBeOfferedWithoutReferences,
|
||||
} from './abstract/thing-that-can-be-offered';
|
||||
import {SCAcademicEventWithoutReferences} from './academic-event';
|
||||
import {SCPersonWithoutReferences} from './person';
|
||||
import {SCSportCourseWithoutReferences} from './sport-course';
|
||||
} from './abstract/thing-that-can-be-offered.js';
|
||||
import {SCAcademicEventWithoutReferences} from './academic-event.js';
|
||||
import {SCPersonWithoutReferences} from './person.js';
|
||||
import {SCSportCourseWithoutReferences} from './sport-course.js';
|
||||
|
||||
/**
|
||||
* Price groups for sport courses
|
||||
|
||||
Reference in New Issue
Block a user