From b8790d5a34e816f6c5fbe334fda876ec8953654c Mon Sep 17 00:00:00 2001 From: Alder Whiteford Date: Tue, 18 Jun 2024 19:36:48 -0400 Subject: [PATCH] Linting --- frontend/mobile/src/app/auth/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/mobile/src/app/auth/index.tsx b/frontend/mobile/src/app/auth/index.tsx index 8fba23f1..b1c6d789 100644 --- a/frontend/mobile/src/app/auth/index.tsx +++ b/frontend/mobile/src/app/auth/index.tsx @@ -1,8 +1,6 @@ import React from 'react'; import { Image, Linking, SafeAreaView } from 'react-native'; -import { router } from 'expo-router'; - import { authApi } from '@generatesac/lib'; import Loading from '@/src/assets/gif/loading.gif';