Skip to content

Commit

Permalink
[DDW-881] Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonmaslowski committed Jan 31, 2022
1 parent e9c8fbe commit 3f07798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/renderer/app/containers/DialogContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { observer, inject } from 'mobx-react';
import React, { forwardRef, useCallback, useImperativeHandle } from 'react';
import type { Node, StatelessFunctionalComponent, Ref } from 'react';
import type { Node, StatelessFunctionalComponent } from 'react';
import type { ActionsMap } from '../actions';
import type { StoresMap } from '../stores';

Expand Down

0 comments on commit 3f07798

Please sign in to comment.