Fix faulty import

This commit is contained in:
Tuan Dang
2023-01-15 14:40:45 +07:00
parent e364faaffd
commit b8fbc36b2d
2 changed files with 1 additions and 8 deletions

View File

@@ -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";