import { Box, Typography } from '@mui/material'; import DesktopWindowsIcon from '@mui/icons-material/DesktopWindows'; export default function MobileWarning() { return ( Desktop Required Please view this visualization on a desktop computer to fully experience the ANS algorithm. ); }