mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-04-17 11:49:26 +00:00
feat: migrate to esm
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
* 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 {SCThing, SCThingMeta, SCThingWithoutReferences} from './thing';
|
||||
import {SCMetaTranslations} from '../../general/i18n.js';
|
||||
import {SCThing, SCThingMeta, SCThingWithoutReferences} from './thing.js';
|
||||
|
||||
/**
|
||||
* An academic degree without references
|
||||
|
||||
Reference in New Issue
Block a user