Skip to content

Commit

Permalink
style: Format code with prettier and standardjs
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-autofix[bot] authored Jun 17, 2023
1 parent 12b5307 commit 88b7ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/themes/useTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { CssVarsTheme, Theme } from "@mui/material/styles";
import { FONT_FAMILY } from "@/components/markdown/constants";

// css vars types
import type { } from "@mui/material/themeCssVarsAugmentation";
import type {} from "@mui/material/themeCssVarsAugmentation";

export type CustomTheme = Omit<Theme, "palette"> & CssVarsTheme;

Expand Down

0 comments on commit 88b7ba7

Please sign in to comment.