Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Sep 16, 2024
1 parent 56887bb commit c38308f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/colorSchemes.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { colord, extend } from 'colord'
import namesPlugin from 'colord/plugins/names'
import { blue, green, red, grey, orange } from '@mui/material/colors'
import { blue, green, red, orange } from '@mui/material/colors'
import { transform } from './util'

extend([namesPlugin])
Expand Down

0 comments on commit c38308f

Please sign in to comment.