Skip to content

Commit

Permalink
Usestate also removed and checked for lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Santhosh Vijay <[email protected]>
  • Loading branch information
santhoshtiptur committed Jan 23, 2025
1 parent 9657400 commit f060e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/BackupItemModal/BackupItemModal.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from 'react';
import React from 'react';
import { Text } from 'react-native';
import { ConfirmModal, LoadingIndicatorDots } from '..';
import { useAsyncCallback } from 'react-async-hook';
Expand Down

0 comments on commit f060e5c

Please sign in to comment.