mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-28 03:42:11 +00:00
feat: migrate to esm
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import {SCMap} from '../general/map';
|
||||
import {SCAuthorizationProviderType} from './authorization';
|
||||
import {SCMap} from '../general/map.js';
|
||||
import {SCAuthorizationProviderType} from './authorization.js';
|
||||
|
||||
export interface SCFeatureConfiguration {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user