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

@@ -2,9 +2,9 @@ import React, { useEffect, useState } from "react";
import { useRouter } from "next/router";
import { faX } from "@fortawesome/free-solid-svg-icons";
import { reverseEnvMapping } from "../../../public/data/frequentConstants";
import guidGenerator from "../../utilities/randomId";
import Button from "../buttons/Button";
import { reverseEnvMapping } from "../../../public/data/frequentConstants";
/**
* This is the component that we utilize for the user table - in future, can reuse it for some other purposes too.