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

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

@ -1,6 +1,6 @@
import {Box, List, Stack, Typography, useMediaQuery, useTheme} from "@mui/material";
import CertificateImage from "@/common/assets/images/home/certificate.svg";
import BulletItem from "@/pages/Home/sections/Header/components/BulletItem/index.js";
import BulletItem from "@/pages/Home/sections/Header/components/BulletItem";
export const Header = () => {
const theme = useTheme();