Skip to content

Commit

Permalink
chore: typings fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 16, 2025
1 parent 3ef5d46 commit 094e035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/typings/references.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// <reference path="../../../node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!UIKit.d.ts" />
/// <reference path="../../../node_modules/@nativescript/types-android/lib/android-34.d.ts" />
/// <reference path="../../../node_modules/@nativescript/core/global-types.d.ts" />
/// <reference path="../node_modules/@nativescript/types-ios/lib/ios/interop.d.ts" />
/// <reference path="../../../node_modules/@nativescript/types-ios/lib/ios/interop.d.ts" />

declare const __APP_ID__: string;
declare const __APP_VERSION__: string;
Expand Down

0 comments on commit 094e035

Please sign in to comment.