Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonherbert committed Feb 28, 2024
1 parent 5cd0655 commit 570a70a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fronts-client/src/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export {}
export {};
declare global {
interface Window {
__REDUX_DEVTOOLS_EXTENSION__: any
__REDUX_DEVTOOLS_EXTENSION__: any;
}
}
2 changes: 1 addition & 1 deletion fronts-client/src/overrides.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
Normalizer,
Parser,
Validator,
GenericFieldHTMLAttributes
GenericFieldHTMLAttributes,
} from 'redux-form';
import { ComponentType, Component } from 'react';

Expand Down

0 comments on commit 570a70a

Please sign in to comment.