From 82098f29dfd290d8cda014f737afa0215e092d39 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 8 Jul 2023 21:16:52 +0200 Subject: [PATCH] Removed the index.js from the imports in the Access.jsx --- src/pages/Home/sections/Access/Access.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Home/sections/Access/Access.jsx b/src/pages/Home/sections/Access/Access.jsx index 6679569..2daf5f5 100644 --- a/src/pages/Home/sections/Access/Access.jsx +++ b/src/pages/Home/sections/Access/Access.jsx @@ -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 = () => (