diff --git a/src/components/ConfigGeneratorFeatures/ConfigGenerator.tsx b/src/components/ConfigGeneratorFeatures/ConfigGenerator.tsx index 7acb34d..90be375 100644 --- a/src/components/ConfigGeneratorFeatures/ConfigGenerator.tsx +++ b/src/components/ConfigGeneratorFeatures/ConfigGenerator.tsx @@ -1,5 +1,7 @@ import React, {ReactElement, useState} from "react"; +// @ts-ignore import * as openpgp from "openpgp/lightweight"; +// @ts-ignore import cryptoRandomString from "crypto-random-string"; export default function ConfigGenerator(): ReactElement {