Skip to content

Commit

Permalink
fix: removed unused Platform dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
barttom committed Nov 1, 2023
1 parent 45b03b0 commit b18fd59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {EmitterSubscription, Keyboard, Platform} from 'react-native';
import {EmitterSubscription, Keyboard} from 'react-native';
import getOperatingSystem from '@libs/getOperatingSystem';
import * as Composer from '@userActions/Composer';
import CONST from '@src/CONST';
Expand Down

0 comments on commit b18fd59

Please sign in to comment.