Skip to content

Commit

Permalink
removed unused react functions
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenJLu committed Dec 25, 2024
1 parent f6ed76a commit 2b299c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/contact/contact.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useRef, useEffect, useState } from 'react';
import { useRef } from 'react';
import Button from '~/components/button/button';
import { DecoderText } from '~/components/decoder-text/decoder-text';
import { Divider } from '~/components/divider/divider';
Expand Down

0 comments on commit 2b299c3

Please sign in to comment.