Skip to content

Commit

Permalink
Update frontend/src/components/pages/Contact.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Raquel Román-Rodriguez <[email protected]>
  • Loading branch information
mhope21 and raquii authored Dec 19, 2024
1 parent b02d95c commit 43a5d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/pages/Contact.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState, useEffect } from 'react'
import { Navigate, useNavigate } from 'react-router-dom';
import { useNavigate } from 'react-router-dom';
import { API_URL } from '../../constants';


Expand Down

0 comments on commit 43a5d3b

Please sign in to comment.