fix import

This commit is contained in:
Bruno Windels 2023-03-24 23:16:54 +01:00
parent 774efc17d9
commit eaa7de8a55

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import { ILogItem } from "../../lib";
import {ILogItem} from "../../logging/types";
import {pkSign} from "./common";
import type {SecretStorage} from "../ssss/SecretStorage";