Skip to content

Commit

Permalink
removed unused useCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
NwinNwin committed Feb 20, 2024
1 parent 8a76c98 commit bcf8b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/Home.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, useEffect, useRef, useCallback } from "react";
import React, { useState, useEffect, useRef } from "react";
import axios from "axios";

import { UserAuth } from "../../context/AuthContext";
Expand Down

0 comments on commit bcf8b11

Please sign in to comment.