mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-05-07 06:25:52 +00:00
upgrade to react18
This commit is contained in:
@@ -3,7 +3,9 @@ import { useNavigate } from 'react-router-dom';
|
||||
|
||||
import { Tabs, useMediaQuery, useTheme } from '@mui/material';
|
||||
|
||||
interface RouterTabsProps {
|
||||
import { RequiredChildrenProps } from '../../utils';
|
||||
|
||||
interface RouterTabsProps extends RequiredChildrenProps {
|
||||
value: string | false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user