Skip to content

Commit 4dd49e8

Browse files
committed
pnpm docs:typescript:formatted
1 parent dbf4519 commit 4dd49e8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/data/charts/map/ColorScaleMapShape.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import * as React from 'react';
2-
import { useTheme } from '@mui/material/styles';
32
import Box from '@mui/material/Box';
43
import Stack from '@mui/material/Stack';
54
import Typography from '@mui/material/Typography';
@@ -36,7 +35,6 @@ export default function ColorScaleMapShape() {
3635
const [colorMap, setColorMap] = React.useState('continuous');
3736
const [unknownColor, setUnknownColor] = React.useState(true);
3837

39-
const theme = useTheme();
4038
return (
4139
<Stack spacing={2} sx={{ width: '100%', maxWidth: 800 }}>
4240
<Stack

0 commit comments

Comments
 (0)