Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong committed Aug 27, 2024
1 parent c9b8b54 commit 710dd3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/theme.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { type Theme, extendTheme } from '@mui/joy';
import { type PaletteOptions } from '@mui/joy/styles/types';
import { type Interpolation } from '@mui/styled-engine';
import { GeistMono } from 'geist/font/mono';
import { GeistSans } from 'geist/font/sans';
import { type PartialDeep } from 'type-fest';

declare module '@mui/joy/styles/types/zIndex' {
interface ZIndexOverrides {
Expand Down

0 comments on commit 710dd3b

Please sign in to comment.