Skip to content

Commit 82b522c

Browse files
committed
fix: no-unused-vars
1 parent be29be4 commit 82b522c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

react-admin/src/components/Header.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Typography, Box, useTheme } from "@mui/material";
22
import { tokens } from "../theme";
33
import React from 'react'
4-
import ReactDOM from 'react-dom'
54

65
const Header = ({ title, subtitle }) => {
76
const theme = useTheme();

react-admin/src/components/LineChart.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { tokens } from "../theme";
44
import { mockLineData as data } from "../data/mockData";
55
import React from 'react'
66

7+
/* eslint-disable no-unused-vars */
78
const LineChart = ({ isCustomLineColors = false, isDashboard = false }) => {
89
const theme = useTheme();
910
const colors = tokens(theme.palette.mode);

0 commit comments

Comments
 (0)