fix: names
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { Box } from '@mui/material';
|
||||
import heart from '../../../assets/images/heart.svg';
|
||||
|
||||
export default function MinecraftBackround() {
|
||||
export default function MinecraftBackground() {
|
||||
return (
|
||||
<Box
|
||||
sx={{
|
||||
@ -2,7 +2,6 @@ import { Box, Button, Typography } from '@mui/material';
|
||||
import CloseRoundedIcon from '@mui/icons-material/CloseRounded';
|
||||
import { useLocation, useNavigate } from 'react-router-dom';
|
||||
import ArrowBackRoundedIcon from '@mui/icons-material/ArrowBackRounded';
|
||||
import MinimizeRoundedIcon from '@mui/icons-material/MinimizeRounded';
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
|
||||
Reference in New Issue
Block a user