Optimized the import statement in the Safety.jsx
This commit is contained in:
parent
6eac7bbefd
commit
01dfb3088b
@ -1,6 +1,6 @@
|
|||||||
import {List, Stack, Typography, useMediaQuery, useTheme} from "@mui/material";
|
import {List, Stack, Typography, useMediaQuery, useTheme} from "@mui/material";
|
||||||
import SecureImage from "@/common/assets/images/home/secure.svg";
|
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 = () => {
|
export const Safety = () => {
|
||||||
const theme = useTheme();
|
const theme = useTheme();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user