Skip to content

Commit

Permalink
fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
florisdg committed Jun 24, 2024
1 parent c4e8c02 commit b249dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@mantine/modals/src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface ModalsContextProps {
closeAll: () => void;
}

export interface MantineModalsOverride {};
export interface MantineModalsOverride {}

export type MantineModalsOverwritten = MantineModalsOverride extends {
modals: Record<string, React.FC<ContextModalProps<any>>>;
Expand Down

0 comments on commit b249dc6

Please sign in to comment.