import { useState } from "react"; import "@fontsource/roboto"; import { Card, CardHeader, Switch, CardContent, Box, Container, Typography, FormGroup, FormControlLabel, CssBaseline, } from "@mui/material"; import { createTheme, ThemeProvider } from "@mui/material/styles";
} /> } /> {isDarkTheme? "Dark Theme" : "Light Theme"}