Removed the index.js from the imports in the Header.jsx
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
import {Box, List, Stack, Typography, useMediaQuery, useTheme} from "@mui/material";
|
import {Box, List, Stack, Typography, useMediaQuery, useTheme} from "@mui/material";
|
||||||
import CertificateImage from "@/common/assets/images/home/certificate.svg";
|
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 = () => {
|
export const Header = () => {
|
||||||
const theme = useTheme();
|
const theme = useTheme();
|
||||||
|
Reference in New Issue
Block a user