Optimized the import statement in the Safety.jsx

This commit is contained in:
Mathias Wagner 2023-07-09 02:13:20 +02:00
parent 6eac7bbefd
commit 01dfb3088b
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

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