mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-02 06:07:51 -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:
@@ -6,6 +6,7 @@ import { createTheme, ThemeProvider } from "@mui/material/styles";
|
||||
import { render } from "@testing-library/react";
|
||||
import { MemoryRouter } from "react-router-dom";
|
||||
import { SnackbarProvider } from "./snackbars";
|
||||
import React from "react";
|
||||
|
||||
export function renderWithCtx(
|
||||
children: React.ReactElement
|
||||
|
||||
Reference in New Issue
Block a user