mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-04-19 12:49:10 +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 {SCISO8601Date} from '../../general/time';
|
||||
import {SCThing, SCThingMeta, SCThingWithoutReferences} from './thing';
|
||||
import {SCMetaTranslations} from '../../general/i18n.js';
|
||||
import {SCISO8601Date} from '../../general/time.js';
|
||||
import {SCThing, SCThingMeta, SCThingWithoutReferences} from './thing.js';
|
||||
|
||||
/**
|
||||
* An academic term without references
|
||||
|
||||
Reference in New Issue
Block a user