diff --git a/maternal-web/app/page.tsx b/maternal-web/app/page.tsx index 36f1a70..d2680e1 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, Grid2 as Grid, CircularProgress } from '@mui/material'; +import { Box, Typography, Button, Paper, CircularProgress, Grid } from '@mui/material'; import { AppShell } from '@/components/layouts/AppShell/AppShell'; import { ProtectedRoute } from '@/components/common/ProtectedRoute'; import { EmailVerificationBanner } from '@/components/common/EmailVerificationBanner';