diff --git a/maternal-web/app/page.tsx b/maternal-web/app/page.tsx index 32bb9c1..36f1a70 100644 --- a/maternal-web/app/page.tsx +++ b/maternal-web/app/page.tsx @@ -1,7 +1,7 @@ 'use client'; import { useState, useEffect } from 'react'; -import { Box, Typography, Button, Paper, Grid, CircularProgress } from '@mui/material'; +import { Box, Typography, Button, Paper, Grid2 as Grid, CircularProgress } from '@mui/material'; import { AppShell } from '@/components/layouts/AppShell/AppShell'; import { ProtectedRoute } from '@/components/common/ProtectedRoute'; import { EmailVerificationBanner } from '@/components/common/EmailVerificationBanner'; @@ -126,7 +126,7 @@ export default function HomePage() { {quickActions.map((action, index) => ( - + ) : ( - + - + - + - +