Skip to content

Commit

Permalink
add use state import in load pop up
Browse files Browse the repository at this point in the history
  • Loading branch information
Aishwarya Nair committed Nov 15, 2023
1 parent 23a9569 commit 52954d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/Components/Matching/LoadPopup.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import {React, useState} from 'react';
import {Oval} from 'react-loader-spinner';
import axios from 'axios';
import './LoadPopup.css';
Expand Down

0 comments on commit 52954d3

Please sign in to comment.