We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be29be4 commit 82b522cCopy full SHA for 82b522c
react-admin/src/components/Header.jsx
@@ -1,7 +1,6 @@
1
import { Typography, Box, useTheme } from "@mui/material";
2
import { tokens } from "../theme";
3
import React from 'react'
4
-import ReactDOM from 'react-dom'
5
6
const Header = ({ title, subtitle }) => {
7
const theme = useTheme();
react-admin/src/components/LineChart.jsx
@@ -4,6 +4,7 @@ import { tokens } from "../theme";
import { mockLineData as data } from "../data/mockData";
+/* eslint-disable no-unused-vars */
8
const LineChart = ({ isCustomLineColors = false, isDashboard = false }) => {
9
10
const colors = tokens(theme.palette.mode);
0 commit comments