Skip to content

Commit

Permalink
style: Remove unused useRef import
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-s-fatahallah committed Jul 11, 2024
1 parent bd947bb commit 3d96124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useRef } from 'react';
import React from 'react';

type AllowedInputTypes = 'password' | 'text' | 'number' | 'tel';

Expand Down

0 comments on commit 3d96124

Please sign in to comment.