mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-04 14:37:19 -05:00
add a couple missing imports
(not entirely sure why it works without them but may be complicating an upgrade)
This commit is contained in:
@@ -22,6 +22,7 @@ import MoreVertIcon from "@mui/icons-material/MoreVert";
|
||||
import IconButton from "@mui/material/IconButton";
|
||||
import DeleteDialog from "./DeleteDialog";
|
||||
import AddEditDialog from "./AddEditDialog";
|
||||
import React from "react";
|
||||
|
||||
interface Props {
|
||||
Frame: (props: FrameProps) => JSX.Element;
|
||||
|
||||
Reference in New Issue
Block a user