Removed the index.js from the imports in the Access.jsx
This commit is contained in:
parent
b9487a024d
commit
82098f29df
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user