mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-16 21:34:51 +00:00
Finish refactoring src/**/*.js to use import & export
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
import keyModule from '../key.js';
|
||||
import * as keyModule from '../key.js';
|
||||
import LocalStore from './localstore.js';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user