EDIT - Run prettier

Signed-off-by: Damian Krysta <damian@krysta.dev>
This commit is contained in:
Damian Krysta
2022-02-04 08:10:46 +01:00
committed by Scott Lamb
parent 28208b7bb4
commit 41dfae336e
5 changed files with 68 additions and 33 deletions

View File

@@ -14,9 +14,7 @@ export function renderWithCtx(
return (
<ThemeProvider theme={createTheme()}>
<SnackbarProvider autoHideDuration={5000}>
<MemoryRouter>
{children}
</MemoryRouter>
<MemoryRouter>{children}</MemoryRouter>
</SnackbarProvider>
</ThemeProvider>
);