import React from 'react'; import Grid from "@mui/material/Grid"; import BasicAlerts from '@/components/UIElements/Alerts/BasicAlerts'; import DescriptionAlerts from '@/components/UIElements/Alerts/DescriptionAlerts'; import Actions from '@/components/UIElements/Alerts/Actions'; import Transition from '@/components/UIElements/Alerts/Transition'; import Icons from '@/components/UIElements/Alerts/Icons'; import Variants from '@/components/UIElements/Alerts/Variants'; import Filled from '@/components/UIElements/Alerts/Filled'; import Color from '@/components/UIElements/Alerts/Color'; import Link from 'next/link'; import styles from '@/styles/PageTitle.module.css'; export default function Alerts() { return ( <> {/* Page title */}