Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
Fixed linting issue with imports sorting
  • Loading branch information
elrony committed Nov 29, 2021
1 parent 1ad065d commit fa1017e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/drawer/src/utils/useDrawerStatus.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import type { DrawerStatus } from '@react-navigation/native';
import * as React from 'react';

import DrawerStatusContext from './DrawerStatusContext';

Expand Down

0 comments on commit fa1017e

Please sign in to comment.