diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-08-30 13:41:08 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-08-30 13:41:08 +0200 |
commit | ebc613fee1ec59642b87a075da4d0a97b3aa1ad7 (patch) | |
tree | 4382997efbda79479c55d8a3656b18113351f75b /env.d.ts | |
parent | ae63532503eb0b5c7a60d18ef17504c0632d508d (diff) |
Use Expo router env
Diffstat (limited to 'env.d.ts')
-rw-r--r-- | env.d.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/env.d.ts b/env.d.ts deleted file mode 100644 index 4c6321d..0000000 --- a/env.d.ts +++ /dev/null @@ -1,5 +0,0 @@ - declare module '@env' { - export const API_URL: string; - export const CAZZO: string; - } - |