Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Jun 7, 2024
1 parent 713eec5 commit ad107b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Platform } from 'react-native';
import { AuthRequest, AuthSessionResult, DiscoveryDocument, makeRedirectUri } from "expo-auth-session";
import { AuthRequest, AuthSessionResult, DiscoveryDocument, makeRedirectUri } from 'expo-auth-session';
import * as AuthSession from 'expo-auth-session';
import * as WebBrowser from 'expo-web-browser';
import * as Linking from 'expo-linking';
Expand Down

0 comments on commit ad107b4

Please sign in to comment.