Removed the index.js from the imports in the Access.jsx

This commit is contained in:
2023-07-08 21:16:52 +02:00
parent b9487a024d
commit 82098f29df

View File

@ -1,9 +1,9 @@
import {Grow, Stack, Typography} from "@mui/material";
import {Stack, Typography} from "@mui/material";
import BaseImage from "@/common/assets/images/home/base.svg";
import AuthImage from "@/common/assets/images/home/auth.svg";
import DriveImage from "@/common/assets/images/home/drive.svg";
import GroupsImage from "@/common/assets/images/home/groups.svg";
import AccessItem from "@/pages/Home/sections/Access/components/AccessItem/index.js";
import AccessItem from "@/pages/Home/sections/Access/components/AccessItem";
export const Access = () => (
<Stack direction="column" alignItems="center">