Skip to content

Commit bbdc9a5

Browse files
committed
chore: svg tsx linting fix
1 parent 40d121f commit bbdc9a5

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Eplant/views/eFP/svg.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@ import { atomWithStorage } from 'jotai/utils'
55

66
import { Theme, useTheme } from '@mui/material'
77

8-
import {
9-
ColorMode,
10-
EFPData,
11-
EFPId,
12-
EFPSampleData,
13-
EFPSVGCache,
14-
} from './types'
8+
import { ColorMode, EFPData, EFPId, EFPSampleData, EFPSVGCache } from './types'
159

1610
const cacheAtom = atomWithStorage<EFPSVGCache>('eFP_cache', {})
1711

0 commit comments

Comments
 (0)