mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-04 23:02:32 -05:00
Fixed code that didn't meet the eslint rule.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user