Fixed code that didn't meet the eslint rule.

This commit is contained in:
michioxd
2024-04-14 08:26:26 +07:00
committed by Scott Lamb
parent 60c6247ef9
commit 29cafc2f82
8 changed files with 28 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ import FormControl from "@mui/material/FormControl";
import MenuItem from "@mui/material/MenuItem";
import Select from "@mui/material/Select";
import FormControlLabel from "@mui/material/FormControlLabel";
import { CardContent } from "@mui/material";
import CardContent from "@mui/material/CardContent/CardContent";
interface Props {
split90k?: number;

View File

@@ -7,7 +7,7 @@ import Card from "@mui/material/Card";
import { Camera, Stream, StreamType } from "../types";
import Checkbox from "@mui/material/Checkbox";
import { ToplevelResponse } from "../api";
import { CardContent } from "@mui/material";
import CardContent from "@mui/material/CardContent/CardContent";
interface Props {
toplevel: ToplevelResponse;

View File

@@ -67,7 +67,7 @@ import RadioGroup from "@mui/material/RadioGroup";
import { TimePicker, TimePickerProps } from "@mui/x-date-pickers/TimePicker";
import Collapse from "@mui/material/Collapse";
import Box from "@mui/material/Box";
import { CardContent } from "@mui/material";
import CardContent from "@mui/material/CardContent/CardContent";
interface Props {
selectedStreams: Set<Stream>;