Update project dependencies (#140)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #140
Co-authored-by: Pierre HUBERT <pierre.git@communiquons.org>
Co-committed-by: Pierre HUBERT <pierre.git@communiquons.org>
This commit is contained in:
2024-04-08 16:24:09 +00:00
committed by Pierre Hubert
parent 6de067272c
commit 8cab8aa078
6 changed files with 258 additions and 443 deletions

View File

@ -1,7 +1,7 @@
import { ThemeProvider, createTheme } from "@mui/material/styles";
import React from "react";
import { PropsWithChildren } from "react";
import { frFR as dataGridFr } from "@mui/x-data-grid";
import { frFR as dataGridFr } from "@mui/x-data-grid/locales";
const localStorageKey = "dark-theme";