Removed the index.js from the import statements in the RemoteSFTP.jsx
This commit is contained in:
parent
1a6a3f0787
commit
5b6f98b836
@ -1,7 +1,7 @@
|
|||||||
import InfoArea from "@/common/components/InfoArea/index.js";
|
import InfoArea from "@/common/components/InfoArea";
|
||||||
import Button from "@/common/components/Button/index.js";
|
import Button from "@/common/components/Button";
|
||||||
import {faGear} from "@fortawesome/free-solid-svg-icons";
|
import {faGear} from "@fortawesome/free-solid-svg-icons";
|
||||||
import ErrorArea from "@/common/components/ErrorArea/index.js";
|
import ErrorArea from "@/common/components/ErrorArea";
|
||||||
import "./styles.sass";
|
import "./styles.sass";
|
||||||
|
|
||||||
export const RemoteSFTP = () => {
|
export const RemoteSFTP = () => {
|
||||||
|
Reference in New Issue
Block a user