Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispader committed Jul 14, 2023
1 parent fa306fc commit 73935f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/styles/themes/useThemePreference.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import {useState, useEffect, useContext} from 'react';
import {Appearance} from 'react-native';
// import Onyx from 'react-native-onyx';
// import ONYXKEYS from '../../ONYXKEYS';
import CONST from '../../CONST';
import {PreferredThemeContext} from '../../components/OnyxProvider';

Expand Down

0 comments on commit 73935f0

Please sign in to comment.