Fixed the issue with dependencies order

This commit is contained in:
Vladyslav Matsiiako
2022-11-29 20:27:40 -05:00
parent 1f63454f8d
commit aa700f7670
6 changed files with 10 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ import nacl from "tweetnacl";
import addServiceToken from "~/pages/api/serviceToken/addServiceToken";
import getLatestFileKey from "~/pages/api/workspace/getLatestFileKey";
import { envMapping } from "../../../public/data/frequentConstants";
import {
decryptAssymmetric,
encryptAssymmetric,
@@ -15,7 +16,6 @@ import {
import Button from "../buttons/Button";
import InputField from "../InputField";
import ListBox from "../Listbox";
import { envMapping } from "../../../public/data/frequentConstants";
const expiryMapping = {
"1 day": 86400,