Skip to content

Commit

Permalink
Merge pull request #1057 from data-for-change/remove-unused-import
Browse files Browse the repository at this point in the history
Update defaultTheme.ts
  • Loading branch information
atalyaalon authored Mar 2, 2024
2 parents b8e5b09 + 6c10d01 commit b68095b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/default/defaultTheme.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ThemeOptions } from '@material-ui/core';
import { ColorScheme, defaultThemeColors, fontFamilyString } from 'style';
import { defaultThemeColors, fontFamilyString } from 'style';
import { darkGrey } from 'style'

const defaultThemeOptions: ThemeOptions = {
Expand Down

0 comments on commit b68095b

Please sign in to comment.