From a8e860ff50ae43be99aa16bd8bb2bfb00d12116b Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Fri, 17 Mar 2023 13:11:13 +0100 Subject: [PATCH] fix: types --- src/components/ConfigGeneratorFeatures/ConfigGenerator.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 {