mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fix faulty import
This commit is contained in:
@@ -6,13 +6,6 @@ import { Dialog, Transition } from "@headlessui/react";
|
||||
|
||||
import addAPIKey from "~/pages/api/apiKey/addAPIKey";
|
||||
|
||||
// import addServiceToken from "~/pages/api/serviceToken/addServiceToken";
|
||||
// import getLatestFileKey from "~/pages/api/workspace/getLatestFileKey";
|
||||
import { envMapping } from "../../../public/data/frequentConstants";
|
||||
import {
|
||||
decryptAssymmetric,
|
||||
encryptSymmetric,
|
||||
} from "../../utilities/cryptography/crypto";
|
||||
import Button from "../buttons/Button";
|
||||
import InputField from "../InputField";
|
||||
import ListBox from "../Listbox";
|
||||
|
||||
Reference in New Issue
Block a user